pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/sqlrelay



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 17 18:29:09 UTC 2021

Modified Files:
        pkgsrc/databases/sqlrelay: Makefile.common

Log Message:
sqlrelay: needs c++11 compiler


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/sqlrelay/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/sqlrelay/Makefile.common
diff -u pkgsrc/databases/sqlrelay/Makefile.common:1.22 pkgsrc/databases/sqlrelay/Makefile.common:1.23
--- pkgsrc/databases/sqlrelay/Makefile.common:1.22      Tue Feb 16 13:12:39 2021
+++ pkgsrc/databases/sqlrelay/Makefile.common   Wed Feb 17 18:29:09 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2021/02/16 13:12:39 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2021/02/17 18:29:09 adam Exp $
 # used by databases/p5-sqlrelay/Makefile
 # used by databases/php-sqlrelay/Makefile
 # used by databases/py-sqlrelay/Makefile
@@ -21,7 +21,7 @@ LICENSE=      gnu-gpl-v2 AND gnu-lgpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_LANGUAGES=         c c++03
+USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index