pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/pgadmin3 pgadmin3: Needs c++11 to build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa268010b181
branches:  trunk
changeset: 339002:aa268010b181
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Sep 03 13:19:12 2019 +0000

description:
pgadmin3: Needs c++11 to build

diffstat:

 databases/pgadmin3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28a33f345d7c -r aa268010b181 databases/pgadmin3/Makefile
--- a/databases/pgadmin3/Makefile       Tue Sep 03 12:53:25 2019 +0000
+++ b/databases/pgadmin3/Makefile       Tue Sep 03 13:19:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2019/07/21 22:24:35 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2019/09/03 13:19:12 nia Exp $
 
 DISTNAME=      pgadmin3-1.22.2
 PKGREVISION=   3
@@ -10,7 +10,7 @@
 COMMENT=       Graphical PostgreSQL client and administration tool
 LICENSE=       postgresql-license
 
-USE_LANGUAGES=         c99 c++03
+USE_LANGUAGES=         c99 c++11
 USE_TOOLS+=            echo gmake sed
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index