PR: ports/174660 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer of databases/mariadb-*)
10 lines
380 B
Plaintext
10 lines
380 B
Plaintext
--- regex/CMakeLists.txt.orig 2012-12-23 00:42:41.000000000 +0200
|
|
+++ regex/CMakeLists.txt 2012-12-23 00:42:54.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()
|