svn commit: r404952 - head/devel/flatbuffers

Thomas Zander riggs at FreeBSD.org
Thu Dec 31 16:05:59 UTC 2015


Author: riggs
Date: Thu Dec 31 16:05:57 2015
New Revision: 404952
URL: https://svnweb.freebsd.org/changeset/ports/404952

Log:
  Fix build on 9.x
  
  PR:		205709
  Submitted by:	yuri at rawbw.com (maintainer)

Modified:
  head/devel/flatbuffers/Makefile

Modified: head/devel/flatbuffers/Makefile
==============================================================================
--- head/devel/flatbuffers/Makefile	Thu Dec 31 15:34:40 2015	(r404951)
+++ head/devel/flatbuffers/Makefile	Thu Dec 31 16:05:57 2015	(r404952)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
 
-USES=		cmake
+USES=		cmake compiler:c++11-lib
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list