mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
- Update to 10.0.29 - Update mariadb100-client - Update patches - Regen patches with makepatch - Pet portlint - Add MROONGA liblz4 dependency - Fix MROONGA liblz4 linking - rm erroneously installed files PR: 197232, 204014, 215901 MFH: 2017Q1 Security: 22373c43-d728-11e6-a9a5-b499baebfeaf
11 lines
323 B
Text
11 lines
323 B
Text
--- pcre/CMakeLists.txt.orig 2017-01-12 01:45:18 UTC
|
|
+++ pcre/CMakeLists.txt
|
|
@@ -509,6 +509,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
|