Date: Tue, 3 Jul 2018 13:19:28 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473831 - head/devel/log4cxx Message-ID: <201807031319.w63DJSY6059693@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 3 13:19:28 2018 New Revision: 473831 URL: https://svnweb.freebsd.org/changeset/ports/473831 Log: - Fix build with clang 6 Modified: head/devel/log4cxx/Makefile Modified: head/devel/log4cxx/Makefile ============================================================================== --- head/devel/log4cxx/Makefile Tue Jul 3 13:13:55 2018 (r473830) +++ head/devel/log4cxx/Makefile Tue Jul 3 13:19:28 2018 (r473831) @@ -22,6 +22,8 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807031319.w63DJSY6059693>