svn commit: r489182 - branches/2019Q1/devel/log4cxx

Mark Linimon linimon at FreeBSD.org
Thu Jan 3 15:01:05 UTC 2019


Author: linimon
Date: Thu Jan  3 15:01:04 2019
New Revision: 489182
URL: https://svnweb.freebsd.org/changeset/ports/489182

Log:
  MFH: r489181
  
  -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
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q1/devel/log4cxx/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/devel/log4cxx/Makefile
==============================================================================
--- branches/2019Q1/devel/log4cxx/Makefile	Thu Jan  3 14:57:25 2019	(r489181)
+++ branches/2019Q1/devel/log4cxx/Makefile	Thu Jan  3 15:01:04 2019	(r489182)
@@ -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
 


More information about the svn-ports-all mailing list