aboutsummaryrefslogtreecommitdiff
path: root/databases/mariadb104-server/files/patch-libservices_CMakeLists.txt
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2019-06-30 18:25:03 +0000
committerBernard Spil <brnrd@FreeBSD.org>2019-06-30 18:25:03 +0000
commite65177f8953bb9febcf3ed521c7b0a72637c2c1b (patch)
tree0ee775a15c81d839b17c1d0fbdb130156828bbec /databases/mariadb104-server/files/patch-libservices_CMakeLists.txt
parenteecc23f0368918775a0085680b783e8e60004d35 (diff)
downloadports-e65177f8953bb9febcf3ed521c7b0a72637c2c1b.tar.gz
ports-e65177f8953bb9febcf3ed521c7b0a72637c2c1b.zip
databases/mariadb104-server: Add MariaDB 10.4 port
Notes
Notes: svn path=/head/; revision=505443
Diffstat (limited to 'databases/mariadb104-server/files/patch-libservices_CMakeLists.txt')
-rw-r--r--databases/mariadb104-server/files/patch-libservices_CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mariadb104-server/files/patch-libservices_CMakeLists.txt b/databases/mariadb104-server/files/patch-libservices_CMakeLists.txt
new file mode 100644
index 000000000000..82bf5fac68ea
--- /dev/null
+++ b/databases/mariadb104-server/files/patch-libservices_CMakeLists.txt
@@ -0,0 +1,11 @@
+Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options
+
+--- libservices/CMakeLists.txt.orig 2017-05-14 23:13:16 UTC
++++ libservices/CMakeLists.txt
+@@ -40,4 +40,6 @@ SET(MYSQLSERVICES_SOURCES
+ )
+
+ ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES})
++IF(FALSE)
+ INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development)
++ENDIF()