1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

-Wno-c++11-narrowing is not supported by GCC. Set USE_CXXSTD=c++98 to

build with both GCC and Clang.

PR:		234392
Submitted by:	Piotr Kubaj
This commit is contained in:
Mark Linimon 2019-01-03 14:57:25 +00:00
parent d9681394cf
commit 624653f073
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489181

View File

@ -18,12 +18,11 @@ LIB_DEPENDS= libapr-1.so:devel/apr1
GNU_CONFIGURE= yes
USES= pathfix libtool
USE_CXXSTD= c++98
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
CXXFLAGS+= -Wno-c++11-narrowing
OPTIONS_DEFINE= BOOST DOXYGEN
BOOST_BUILD_DEPENDS= ${LOCALBASE}/include/boost/regex.hpp:devel/boost-libs