Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2019 10:00:48 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508243 - head/net/libdaq
Message-ID:  <201908061000.x76A0mLf080202@repo.freebsd.org>

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



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