summaryrefslogtreecommitdiff
path: root/databases/mysql57-client
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2019-04-30 13:18:46 +0000
committerabs <abs@pkgsrc.org>2019-04-30 13:18:46 +0000
commitdff69974dd752aeb2ea90a01383e808e7dd8211d (patch)
tree8a856d67478744d90d9fd38d0e887d2d14bfda46 /databases/mysql57-client
parent4c29eede38292912dc4b0ff8c77f0006dc1c674b (diff)
downloadpkgsrc-dff69974dd752aeb2ea90a01383e808e7dd8211d.tar.gz
Set USE_GCC_RUNTIME as uses libatomic.so (server too)
Diffstat (limited to 'databases/mysql57-client')
-rw-r--r--databases/mysql57-client/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql57-client/Makefile.common b/databases/mysql57-client/Makefile.common
index d3ffca1f841..5ccb084b194 100644
--- a/databases/mysql57-client/Makefile.common
+++ b/databases/mysql57-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2019/04/25 10:13:04 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2019/04/30 13:18:46 abs Exp $
#
# used by databases/mysql57-client/Makefile
# used by databases/mysql57-server/Makefile
@@ -17,6 +17,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/mysql57-client/patches
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bash bison gmake perl:run
+USE_GCC_RUNTIME= yes
.include "../../mk/bsd.prefs.mk"