svn commit: r488710 - head/comms/libsdr

Mark Linimon linimon at FreeBSD.org
Sun Dec 30 12:37:03 UTC 2018


Author: linimon
Date: Sun Dec 30 12:37:02 2018
New Revision: 488710
URL: https://svnweb.freebsd.org/changeset/ports/488710

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		234318
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/libsdr/Makefile

Modified: head/comms/libsdr/Makefile
==============================================================================
--- head/comms/libsdr/Makefile	Sun Dec 30 12:34:09 2018	(r488709)
+++ head/comms/libsdr/Makefile	Sun Dec 30 12:37:02 2018	(r488710)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	hmatuschek
 
 MAKE_JOBS_UNSAFE=	yes
-USES=		cmake pkgconfig
+USES=		compiler:c++11-lang cmake pkgconfig
 CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list