svn commit: r508243 - head/net/libdaq

Mark Linimon linimon at FreeBSD.org
Tue Aug 6 10:00:49 UTC 2019


Author: linimon
Date: Tue Aug  6 10:00:47 2019
New Revision: 508243
URL: https://svnweb.freebsd.org/changeset/ports/508243

Log:
  Add compiler:c++11-lang to USES to fix build error on GCC-based archs:
  
    configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/libdaq/Makefile

Modified: head/net/libdaq/Makefile
==============================================================================
--- head/net/libdaq/Makefile	Tue Aug  6 09:46:43 2019	(r508242)
+++ head/net/libdaq/Makefile	Tue Aug  6 10:00:47 2019	(r508243)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpcap.so:net/libpcap	# avoid base libpcap
 
-USES=		autoreconf libtool pkgconfig
+USES=		autoreconf compiler:c++11-lang libtool pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 
@@ -25,4 +25,5 @@ LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
 CONFLICTS=	daq-2*
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list