svn commit: r468846 - head/databases/foundationdb

Vanilla I. Shu vanilla at FreeBSD.org
Wed May 2 15:37:10 UTC 2018


Author: vanilla
Date: Wed May  2 15:37:09 2018
New Revision: 468846
URL: https://svnweb.freebsd.org/changeset/ports/468846

Log:
  Fix building on 10.x

Modified:
  head/databases/foundationdb/Makefile

Modified: head/databases/foundationdb/Makefile
==============================================================================
--- head/databases/foundationdb/Makefile	Wed May  2 15:13:22 2018	(r468845)
+++ head/databases/foundationdb/Makefile	Wed May  2 15:37:09 2018	(r468846)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libeio.so:devel/libeio
 
-USES=		gmake mono python:build shebangfix
+USES=		compiler:c++14-lang gmake mono python:build shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	apple
 USE_RC_SUBR=	foundationdb


More information about the svn-ports-all mailing list