Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2016 12:45:08 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411275 - head/databases/pgadmin3
Message-ID:  <201603171245.u2HCj8qb005260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fjoe
Date: Thu Mar 17 12:45:08 2016
New Revision: 411275
URL: https://svnweb.freebsd.org/changeset/ports/411275

Log:
  Unbreak on FreeBSD 9.

Modified:
  head/databases/pgadmin3/Makefile

Modified: head/databases/pgadmin3/Makefile
==============================================================================
--- head/databases/pgadmin3/Makefile	Thu Mar 17 12:10:57 2016	(r411274)
+++ head/databases/pgadmin3/Makefile	Thu Mar 17 12:45:08 2016	(r411275)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603171245.u2HCj8qb005260>