1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

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)
This commit is contained in:
Mark Linimon 2020-09-20 13:54:05 +00:00
parent b81517699d
commit 272e68aac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549114

View File

@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2 \ libexpat.so:textproc/expat2 \
libmicrohttpd.so:www/libmicrohttpd libmicrohttpd.so:www/libmicrohttpd
USES= autoreconf libtool localbase pkgconfig USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes