mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
PR: ports/174660 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer of databases/mariadb-*)
9 lines
380 B
Text
9 lines
380 B
Text
--- regex/CMakeLists.txt.orig 2012-12-23 06:02:57.000000000 +0200
|
|
+++ regex/CMakeLists.txt 2012-12-23 06:03:01.000000000 +0200
|
|
@@ -18,4 +18,6 @@
|
|
SET(REGEX_SOURCES regcomp.c regerror.c regexec.c regfree.c reginit.c)
|
|
ADD_CONVENIENCE_LIBRARY(regex ${REGEX_SOURCES})
|
|
|
|
+IF(FALSE)
|
|
INSTALL(FILES "my_regex.h" DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development)
|
|
+ENDIF()
|