File remove-vcpkg.patch of Package trenchbroom
diff -Nura trenchbroom.old/CMakeLists.txt trenchbroom.new/CMakeLists.txt
--- trenchbroom.old/CMakeLists.txt 2022-11-13 01:00:10.205020597 +0200
+++ trenchbroom.new/CMakeLists.txt 2022-11-13 01:00:18.433002091 +0200
@@ -16,9 +16,6 @@
cmake_policy(SET CMP0063 NEW)
endif()
-set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake")
-set(VCPKG_OVERLAY_PORTS "${CMAKE_SOURCE_DIR}/vcpkg-overlay-ports/poly2tri;${CMAKE_SOURCE_DIR}/vcpkg-overlay-ports/freeimage;${CMAKE_SOURCE_DIR}/vcpkg-overlay-ports/openexr")
-
set(CMAKE_C_VISIBILITY_PRESET hidden)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN TRUE)