diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-03 13:19:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-07-03 13:19:28 +0000 |
commit | c7ac97c2f30ccc2dbdb3a50565805994a29fb3de (patch) | |
tree | 77d624a18a5e96314589264f372fedabe9d4b385 | |
parent | 93b0e5a0afeeb230f16c800ab1b22e38d47914d4 (diff) |
- Fix build with clang 6
Notes
Notes:
svn path=/head/; revision=473831
-rw-r--r-- | devel/log4cxx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 569ec43b5a0e..7a3b7aa4582e 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -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 |