From 87a0e0727b4a6e83720a41c543959f4b4e77df47 Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Sat, 5 Jan 2013 11:30:51 +0000 Subject: Add the 5.5 branch of MariaDB PR: ports/174660 Submitted by: Alexandr Kovalenko Approved by: geoffroy desvernay (maintainer of databases/mariadb-*) --- .../mariadb55-server/files/patch-libservices_CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 databases/mariadb55-server/files/patch-libservices_CMakeLists.txt (limited to 'databases/mariadb55-server/files/patch-libservices_CMakeLists.txt') diff --git a/databases/mariadb55-server/files/patch-libservices_CMakeLists.txt b/databases/mariadb55-server/files/patch-libservices_CMakeLists.txt new file mode 100644 index 000000000000..377feb832067 --- /dev/null +++ b/databases/mariadb55-server/files/patch-libservices_CMakeLists.txt @@ -0,0 +1,9 @@ +--- libservices/CMakeLists.txt.orig 2012-11-28 17:49:47.000000000 +0200 ++++ libservices/CMakeLists.txt 2012-12-23 17:32:35.000000000 +0200 +@@ -24,4 +24,6 @@ + debug_sync_service.c) + + ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) ++IF(FALSE) + INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development) ++ENDIF() -- cgit v1.2.3