svn commit: r473831 - head/devel/log4cxx

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 3 13:19:29 UTC 2018


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


More information about the svn-ports-all mailing list