summaryrefslogtreecommitdiff
path: root/databases/mariadb100-server/files/patch-extra_CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-11-04 08:21:55 +0000
committerJohn Marino <marino@FreeBSD.org>2014-11-04 08:21:55 +0000
commitd2bcf058dc37256369bad9b9a1157fc76c059467 (patch)
tree72ab3bccf2944cb7cd4cc6703c6db257586e3e02 /databases/mariadb100-server/files/patch-extra_CMakeLists.txt
parentRemove deprecated KDE4=kdehier (diff)
Add new ports databases/mariadb100-server and -client (version 10.0)
PR: 193539 Submitted by: spil.oss (gmail) MariaDB is a database server that offers drop-in replacement functionality for MySQL. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches.
Diffstat (limited to 'databases/mariadb100-server/files/patch-extra_CMakeLists.txt')
-rw-r--r--databases/mariadb100-server/files/patch-extra_CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mariadb100-server/files/patch-extra_CMakeLists.txt b/databases/mariadb100-server/files/patch-extra_CMakeLists.txt
new file mode 100644
index 000000000000..7a53775810bb
--- /dev/null
+++ b/databases/mariadb100-server/files/patch-extra_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- extra/CMakeLists.txt.orig 2014-08-09 00:13:40.000000000 +0200
++++ extra/CMakeLists.txt 2014-09-05 18:32:20.555373233 +0200
+@@ -80,6 +80,8 @@
+ MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c)
+ TARGET_LINK_LIBRARIES(resolve_stack_dump mysys)
+
++IF(FALSE)
+ MYSQL_ADD_EXECUTABLE(mysql_waitpid mysql_waitpid.c COMPONENT Client)
+ TARGET_LINK_LIBRARIES(mysql_waitpid mysys)
+ ENDIF()
++ENDIF()