mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
- Add mariadb102-client port - Add RocksDB storage engine - Add non-base page compressors - First sweep at making cmake patches upstreamable
13 lines
376 B
Text
13 lines
376 B
Text
Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options
|
|
|
|
--- pcre/CMakeLists.txt.orig 2017-05-14 23:13:17 UTC
|
|
+++ pcre/CMakeLists.txt
|
|
@@ -510,6 +510,8 @@ IF(PCRE_SHOW_REPORT)
|
|
MESSAGE(STATUS "")
|
|
ENDIF(PCRE_SHOW_REPORT)
|
|
|
|
+IF(FALSE)
|
|
INSTALL(FILES ${CMAKE_BINARY_DIR}/pcre/pcre.h DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development)
|
|
+ENDIF()
|
|
|
|
# end CMakeLists.txt
|