pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql57-client



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Feb 19 10:19:56 UTC 2021

Modified Files:
        pkgsrc/databases/mysql57-client: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/mysql57-client/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysql57-client/Makefile.common
diff -u pkgsrc/databases/mysql57-client/Makefile.common:1.31 pkgsrc/databases/mysql57-client/Makefile.common:1.32
--- pkgsrc/databases/mysql57-client/Makefile.common:1.31        Thu Feb  4 20:26:10 2021
+++ pkgsrc/databases/mysql57-client/Makefile.common     Fri Feb 19 10:19:56 2021
@@ -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}/../../databas
 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