Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 08:12:22 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487854 - head/devel/luabind
Message-ID:  <201812200812.wBK8CMHR054174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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