svn commit: r487854 - head/devel/luabind

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 08:12:23 UTC 2018


Author: linimon
Date: Thu Dec 20 08:12:22 2018
New Revision: 487854
URL: https://svnweb.freebsd.org/changeset/ports/487854

Log:
  Add compiler:c++11-lang to force compilation with ports GCC on GCC-based
  architectures to fix build of devel/vera++.
  
  PR:		234121
  Submitted by:	Piotr Kubaj

Modified:
  head/devel/luabind/Makefile

Modified: head/devel/luabind/Makefile
==============================================================================
--- head/devel/luabind/Makefile	Thu Dec 20 07:55:58 2018	(r487853)
+++ head/devel/luabind/Makefile	Thu Dec 20 08:12:22 2018	(r487854)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	${PY_BOOST}
 
-USES=		lua:51 python:env
+USES=		compiler:c++11-lang lua:51 python:env
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I.. -I${LUA_INCDIR} -I${LOCALBASE}/include


More information about the svn-ports-head mailing list