ports/textproc/cpp-peglib/files/patch-CMakeLists.txt
Yuri Victorovich aa7a94ee92 textproc/cpp-peglib: Update 1.5.0 -> 1.6.0
Reported by:	portscout
2022-07-11 21:44:44 -07:00

12 lines
244 B
Text

--- CMakeLists.txt.orig 2022-07-09 00:35:05 UTC
+++ CMakeLists.txt
@@ -21,7 +21,9 @@ endif()
add_subdirectory(lint)
+if (FREEBSD_BUILD_EXAMPLES)
add_subdirectory(example)
+endif()
# add_subdirectory(cymbol)
if (${PEGLIB_BUILD_TESTS})