summaryrefslogtreecommitdiff
path: root/databases/mysql55-client/Makefile.common
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2019-04-30 14:09:52 +0000
committerabs <abs@pkgsrc.org>2019-04-30 14:09:52 +0000
commit1b183bd06c12556384672bacf8381261fdfbd7b7 (patch)
tree1ee43ec2314ff4f3211b54147675f9e1cfdd99d1 /databases/mysql55-client/Makefile.common
parentf4711c7eee110d64198a47f4193317d6b3300bf6 (diff)
downloadpkgsrc-1b183bd06c12556384672bacf8381261fdfbd7b7.tar.gz
Add USE_GCC_RUNTIME to mysql{51,55,56}
Diffstat (limited to 'databases/mysql55-client/Makefile.common')
-rw-r--r--databases/mysql55-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql55-client/Makefile.common b/databases/mysql55-client/Makefile.common
index 81727cfa815..48336a4ef7f 100644
--- a/databases/mysql55-client/Makefile.common
+++ b/databases/mysql55-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.64 2018/11/22 11:27:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.65 2019/04/30 14:09:52 abs Exp $
#
# used by databases/mysql55-client/Makefile
# used by databases/mysql55-server/Makefile
@@ -17,6 +17,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/mysql55-client/patches
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bash gmake perl:run
+USE_GCC_RUNTIME= yes
.include "../../mk/bsd.prefs.mk"