From 267dca77c1bcfeff10c1e0b4946079df4c9c0a54 Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Wed, 23 Jul 2014 13:16:29 +0000 Subject: - Fix building pipelight on FreeBSD 9 and earlier PR: 192048 Submitted by: Joseph Mingrone --- emulators/pipelight/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emulators/pipelight') diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 407028523f6e..f86bb18a1bab 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -30,8 +30,9 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \ - --win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins -USES= compiler:c11 gmake + --win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \ + --cxx=${CXX} +USES= compiler:gcc-c++11-lib gmake MAKE_JOBS_UNSAFE=yes .include -- cgit v1.2.3