svn commit: r464271 - head/devel/cppunit

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 12 18:37:49 UTC 2018


Author: bdrewery
Date: Mon Mar 12 18:37:48 2018
New Revision: 464271
URL: https://svnweb.freebsd.org/changeset/ports/464271

Log:
  Fix build on systems without a proper C++11 toolchain.
  
  PR:		226555
  Reported by:	jhibbits

Modified:
  head/devel/cppunit/Makefile

Modified: head/devel/cppunit/Makefile
==============================================================================
--- head/devel/cppunit/Makefile	Mon Mar 12 18:30:43 2018	(r464270)
+++ head/devel/cppunit/Makefile	Mon Mar 12 18:37:48 2018	(r464271)
@@ -22,7 +22,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 OPTIONS_SUB=	yes
 USE_LDCONFIG=	yes
-USES=		libtool pathfix
+USES=		libtool pathfix compiler:c++11-lang
 
 SUB_FILES=	cppunit-config
 SUB_LIST+=	DISTVERSION=${DISTVERSION}


More information about the svn-ports-all mailing list