Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 16:05:57 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404952 - head/devel/flatbuffers
Message-ID:  <201512311605.tBVG5v4n059560@repo.freebsd.org>

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



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