svn commit: r376612 - head/security/libzrtpcppcore

Tijl Coosemans tijl at FreeBSD.org
Fri Jan 9 15:07:44 UTC 2015


Author: tijl
Date: Fri Jan  9 15:07:43 2015
New Revision: 376612
URL: https://svnweb.freebsd.org/changeset/ports/376612
QAT: https://qat.redports.org/buildarchive/r376612/

Log:
  Add USES=compiler:c++11-lib to fix build on FreeBSD 8 and 9.

Modified:
  head/security/libzrtpcppcore/Makefile

Modified: head/security/libzrtpcppcore/Makefile
==============================================================================
--- head/security/libzrtpcppcore/Makefile	Fri Jan  9 15:06:15 2015	(r376611)
+++ head/security/libzrtpcppcore/Makefile	Fri Jan  9 15:07:43 2015	(r376612)
@@ -17,7 +17,7 @@ GH_ACCOUNT=	wernerd
 GH_PROJECT=	ZRTPCPP
 WRKSRC=		${WRKDIR}/${GH_PROJECT}-${DISTVERSION}
 
-USES=		cmake:outsource
+USES=		cmake:outsource compiler:c++11-lib
 CMAKE_ARGS=	-DCORE_LIB=true
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list