1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/misc/libcomps/files/patch-src_CMakeLists.txt

11 lines
253 B
Plaintext

--- 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()