svn commit: r419099 - branches/2016Q3/databases/postgresql-plv8js
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jul 26 06:16:20 UTC 2016
Author: vanilla
Date: Tue Jul 26 06:16:19 2016
New Revision: 419099
URL: https://svnweb.freebsd.org/changeset/ports/419099
Log:
MFH: r418988
Add compiler:c++11-lang to fix build on 9.3.
Obtained from: pkg-fallout
Approved by: portmgr@ (bapt@)
Modified:
branches/2016Q3/databases/postgresql-plv8js/Makefile
Directory Properties:
branches/2016Q3/ (props changed)
Modified: branches/2016Q3/databases/postgresql-plv8js/Makefile
==============================================================================
--- branches/2016Q3/databases/postgresql-plv8js/Makefile Tue Jul 26 02:43:33 2016 (r419098)
+++ branches/2016Q3/databases/postgresql-plv8js/Makefile Tue Jul 26 06:16:19 2016 (r419099)
@@ -15,7 +15,7 @@ LICENSE= PostgreSQL
LIB_DEPENDS+= libv8.so:lang/v8
WRKSRC= ${WRKDIR}/plv8-${PORTVERSION}
-USES= gmake perl5 pgsql:9.1+
+USES= compiler:c++11-lang gmake perl5 pgsql:9.1+
USE_PERL5= build
USE_GITHUB= yes
GH_ACCOUNT= plv8
More information about the svn-ports-all
mailing list