svn commit: r549114 - head/net/libnpupnp

Mark Linimon linimon at FreeBSD.org
Sun Sep 20 13:54:06 UTC 2020


Author: linimon
Date: Sun Sep 20 13:54:05 2020
New Revision: 549114
URL: https://svnweb.freebsd.org/changeset/ports/549114

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
   cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/libnpupnp/Makefile

Modified: head/net/libnpupnp/Makefile
==============================================================================
--- head/net/libnpupnp/Makefile	Sun Sep 20 13:52:47 2020	(r549113)
+++ head/net/libnpupnp/Makefile	Sun Sep 20 13:54:05 2020	(r549114)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexpat.so:textproc/expat2 \
 		libmicrohttpd.so:www/libmicrohttpd
 
-USES=		autoreconf libtool localbase pkgconfig
+USES=		autoreconf compiler:c++11-lang libtool localbase pkgconfig
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list