summaryrefslogtreecommitdiff
path: root/databases/mariadb55-server/files/patch-libservices_CMakeLists.txt
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-01-05 11:30:51 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-01-05 11:30:51 +0000
commit87a0e0727b4a6e83720a41c543959f4b4e77df47 (patch)
tree1965b778fee6ae0a18b6aaf9146088662c7552f6 /databases/mariadb55-server/files/patch-libservices_CMakeLists.txt
parentMark moinmoin vulnerable (diff)
Add the 5.5 branch of MariaDB
PR: ports/174660 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer of databases/mariadb-*)
Diffstat (limited to 'databases/mariadb55-server/files/patch-libservices_CMakeLists.txt')
-rw-r--r--databases/mariadb55-server/files/patch-libservices_CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
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()