pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql57-client mysql57-client: needs gnu99 /...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b470a44afca
branches:  trunk
changeset: 447297:2b470a44afca
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Feb 19 10:19:56 2021 +0000

description:
mysql57-client: needs gnu99 / gnu++14 to compile correct alloca(3) refs

diffstat:

 databases/mysql57-client/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2e4074501957 -r 2b470a44afca databases/mysql57-client/Makefile.common
--- a/databases/mysql57-client/Makefile.common  Fri Feb 19 08:16:51 2021 +0000
+++ b/databases/mysql57-client/Makefile.common  Fri Feb 19 10:19:56 2021 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index