From 5420430b58fc0dc77c993db40447f55cc835e8b7 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 12 Mar 2018 18:37:48 +0000 Subject: [PATCH] Fix build on systems without a proper C++11 toolchain. PR: 226555 Reported by: jhibbits --- devel/cppunit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index b0c4723c37b5..9fcd348d51c7 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -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}