aboutsummaryrefslogtreecommitdiffstats
path: root/misc/libcomps/files/patch-src_CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-26 06:54:52 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-26 06:54:52 +0000
commit809370b5068975bb5416c7b333e9ea1d101e4044 (patch)
tree8785864df1e23f26cd1e13e7efea7004686f8a6f /misc/libcomps/files/patch-src_CMakeLists.txt
parent8873a1383263524154920c61055b422147ae0ad2 (diff)
New port: misc/libcomps: Comps XML file manipulation library
Diffstat (limited to 'misc/libcomps/files/patch-src_CMakeLists.txt')
-rw-r--r--misc/libcomps/files/patch-src_CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/libcomps/files/patch-src_CMakeLists.txt b/misc/libcomps/files/patch-src_CMakeLists.txt
new file mode 100644
index 000000000000..aa56815106e7
--- /dev/null
+++ b/misc/libcomps/files/patch-src_CMakeLists.txt
@@ -0,0 +1,10 @@
+--- src/CMakeLists.txt.orig 2020-09-26 06:18:01 UTC
++++ src/CMakeLists.txt
+@@ -72,5 +72,6 @@ if (ENABLE_DEVELOPMENT)
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig/")
+ endif ()
+
++if (BUILD_PYTHON_MODULE)
+ add_subdirectory(python)
+-
++endif()