aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2016-03-17 20:45:08 +0800
committerfjoe <fjoe@FreeBSD.org>2016-03-17 20:45:08 +0800
commitfa6d30b91a634f3003d572de62ebb33175a62597 (patch)
treef2d486972898628108846e297a1edb411fa65d26 /databases
parent2186fe3b831951f84f5ed6876325fae467c74642 (diff)
downloadfreebsd-ports-gnome-fa6d30b91a634f3003d572de62ebb33175a62597.tar.gz
freebsd-ports-gnome-fa6d30b91a634f3003d572de62ebb33175a62597.tar.zst
freebsd-ports-gnome-fa6d30b91a634f3003d572de62ebb33175a62597.zip
Unbreak on FreeBSD 9.
Diffstat (limited to 'databases')
-rw-r--r--databases/pgadmin3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index 7f39d6c148d2..d3a0df5743f3 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -15,11 +15,13 @@ LICENSE= PostgreSQL
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
-USES= gettext gmake pgsql:9.0+
+USES= compiler:c++11-lib gettext gmake pgsql:9.0+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-version=${USE_WX} --enable-databasedesigner
+CXXFLAGS= -Wno-c++11-narrowing
USE_GNOME= libxml2 libxslt
USE_WX= 3.0
+USE_CXXSTD= c++11
WX_COMPS= wx
ICON_SIZES= 16 32