summaryrefslogtreecommitdiff
path: root/databases/sqlrelay
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-02-17 18:29:09 +0000
committeradam <adam@pkgsrc.org>2021-02-17 18:29:09 +0000
commit3fe93358de54ff7ca772477102fcacdf16125c05 (patch)
treec716d80546ea93c042e73c432dee8f71f8670913 /databases/sqlrelay
parentcdd00cab556df2451e7444efbde013d4039de7ce (diff)
downloadpkgsrc-3fe93358de54ff7ca772477102fcacdf16125c05.tar.gz
sqlrelay: needs c++11 compiler
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r--databases/sqlrelay/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlrelay/Makefile.common b/databases/sqlrelay/Makefile.common
index 97f2fd9c911..9376b0bc101 100644
--- a/databases/sqlrelay/Makefile.common
+++ b/databases/sqlrelay/Makefile.common
@@ -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