aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch')
-rw-r--r--vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch b/vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch
new file mode 100644
index 0000000..c0e3acf
--- /dev/null
+++ b/vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch
@@ -0,0 +1,34 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c4b291c..2475881 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -86,13 +86,13 @@ install (FILES
+ DESTINATION
+ "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
+
+-enable_testing()
++#enable_testing()
+
+
+
+ add_subdirectory (sigc++)
+-add_subdirectory (examples)
+-add_subdirectory (tests)
++#add_subdirectory (examples)
++#add_subdirectory (tests)
+
+
+ set (PROJECT_CMAKE_NAME "${PROJECT_NAME}-3")
+diff --git a/sigc++/CMakeLists.txt b/sigc++/CMakeLists.txt
+index dd2d339..8480a5e 100644
+--- a/sigc++/CMakeLists.txt
++++ b/sigc++/CMakeLists.txt
+@@ -24,7 +24,7 @@ set (SOURCE_FILES
+
+ set (SIGCPP_LIB_NAME sigc-${SIGCXX_API_VERSION})
+
+-add_library(${SIGCPP_LIB_NAME} SHARED ${SOURCE_FILES})
++add_library(${SIGCPP_LIB_NAME} ${SOURCE_FILES})
+
+ set_property (TARGET ${SIGCPP_LIB_NAME} PROPERTY VERSION ${PACKAGE_VERSION})
+ set_property(TARGET ${SIGCPP_LIB_NAME} PROPERTY SOVERSION ${LIBSIGCPP_SOVERSION})