summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2021-02-19 10:19:56 +0000
committertnn <tnn@pkgsrc.org>2021-02-19 10:19:56 +0000
commiteb3747c103a5112db5de80e85dbcf3e863d6dea8 (patch)
tree10439dd453c7f983bb81bd9f17d1b1f56a1f0cbe
parent0f3c8180fdeba509af07b574e7f47e405bbb1a4b (diff)
downloadpkgsrc-eb3747c103a5112db5de80e85dbcf3e863d6dea8.tar.gz
mysql57-client: needs gnu99 / gnu++14 to compile correct alloca(3) refs
-rw-r--r--databases/mysql57-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql57-client/Makefile.common b/databases/mysql57-client/Makefile.common
index 00121b8474e..9578ef3ad18 100644
--- a/databases/mysql57-client/Makefile.common
+++ b/databases/mysql57-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2021/02/04 20:26:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.32 2021/02/19 10:19:56 tnn Exp $
#
# used by databases/mysql57-client/Makefile
# used by databases/mysql57-server/Makefile
@@ -15,7 +15,7 @@ DISTINFO_FILE?= ${.CURDIR}/../../databases/mysql57-client/distinfo
PATCHDIR?= ${.CURDIR}/../../databases/mysql57-client/patches
USE_CMAKE= yes
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c99 gnu++14
USE_TOOLS+= bash bison gmake perl:run
USE_GCC_RUNTIME= yes
USE_BUILTIN.libevent= no