mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
7414dbe696
PR: 194434 PR: 194435 Submitted by: Bernard Spil Approved by: maintainer timeout (Ukraine)
10 lines
349 B
Plaintext
10 lines
349 B
Plaintext
--- libservices/CMakeLists.txt.orig 2014-10-08 15:19:52.000000000 +0200
|
|
+++ libservices/CMakeLists.txt 2014-10-17 21:47:48.000000000 +0200
|
|
@@ -26,4 +26,6 @@
|
|
logger_service.c)
|
|
|
|
ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES})
|
|
+IF(FALSE)
|
|
INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development)
|
|
+ENDIF()
|