1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/percona56-server/files/patch-libservices_CMakeLists.txt
Florian Smeets b3098a74ff Add the 5.6 branch of Percona-Server.
While MySQL 5.6.10 is considered GA, Percona still considers Percona-Server
5.6.10 alpha software.
2013-03-18 21:18:03 +00:00

10 lines
350 B
Plaintext

--- libservices/CMakeLists.txt.orig 2010-12-23 17:13:03.000000000 +0100
+++ libservices/CMakeLists.txt 2010-12-23 17:13:17.000000000 +0100
@@ -22,4 +22,6 @@
my_thread_scheduler_service.c)
ADD_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES})
+IF(FALSE)
INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development)
+ENDIF()