Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2016 04:35:06 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418988 - head/databases/postgresql-plv8js
Message-ID:  <201607240435.u6O4Z6r4090252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sun Jul 24 04:35:06 2016
New Revision: 418988
URL: https://svnweb.freebsd.org/changeset/ports/418988

Log:
  Add compiler:c++11-lang to fix build on 9.3.
  
  Obtained from:	pkg-fallout

Modified:
  head/databases/postgresql-plv8js/Makefile

Modified: head/databases/postgresql-plv8js/Makefile
==============================================================================
--- head/databases/postgresql-plv8js/Makefile	Sun Jul 24 04:32:09 2016	(r418987)
+++ head/databases/postgresql-plv8js/Makefile	Sun Jul 24 04:35:06 2016	(r418988)
@@ -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



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