mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +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:
parent
b81517699d
commit
272e68aac8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549114
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user