diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-07-23 13:16:29 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-07-23 13:16:29 +0000 |
commit | 267dca77c1bcfeff10c1e0b4946079df4c9c0a54 (patch) | |
tree | 489a0c71d242b1410f38bbf8d15a6f0af9454525 /emulators/pipelight | |
parent | dad45fadcd5c58a7333229a674542fab17f34e90 (diff) | |
download | ports-267dca77c1bcfeff10c1e0b4946079df4c9c0a54.tar.gz ports-267dca77c1bcfeff10c1e0b4946079df4c9c0a54.zip |
Notes
Diffstat (limited to 'emulators/pipelight')
-rw-r--r-- | emulators/pipelight/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bsd.port.pre.mk> |