Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 2015 15:07:43 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376612 - head/security/libzrtpcppcore
Message-ID:  <201501091507.t09F7heO010614@svn.freebsd.org>

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



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