Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2020 13:54:05 +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: r549114 - head/net/libnpupnp
Message-ID:  <202009201354.08KDs5M9015493@repo.freebsd.org>

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



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