Date: Mon, 12 Mar 2018 18:37:48 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464271 - head/devel/cppunit Message-ID: <201803121837.w2CIbm2D041513@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803121837.w2CIbm2D041513>