Date: Thu, 3 Jan 2019 14:57:25 +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: r489181 - head/devel/log4cxx Message-ID: <201901031457.x03EvPhV095271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Jan 3 14:57:25 2019 New Revision: 489181 URL: https://svnweb.freebsd.org/changeset/ports/489181 Log: -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 Modified: head/devel/log4cxx/Makefile Modified: head/devel/log4cxx/Makefile ============================================================================== --- head/devel/log4cxx/Makefile Thu Jan 3 14:28:11 2019 (r489180) +++ head/devel/log4cxx/Makefile Thu Jan 3 14:57:25 2019 (r489181) @@ -18,11 +18,10 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901031457.x03EvPhV095271>