diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-07-31 00:11:35 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-07-31 00:11:35 +0800 |
commit | bfade4b745e52997ebac836002a4753e15f06b21 (patch) | |
tree | c339f717cc4a705cbfeface9c4d64c0422072b64 /emulators | |
parent | 01938c05a2ec59be8dca8d470c571984397516d3 (diff) | |
download | freebsd-ports-gnome-bfade4b745e52997ebac836002a4753e15f06b21.tar.gz freebsd-ports-gnome-bfade4b745e52997ebac836002a4753e15f06b21.tar.zst freebsd-ports-gnome-bfade4b745e52997ebac836002a4753e15f06b21.zip |
Switch to USE_GCC=yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pipelight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 6a0e623de49e..343b8a50b0be 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg WRKSRC= ${WRKDIR}/mmueller2012-pipelight-79b1b7ba0032 -USE_GCC= 4.7+ +USE_GCC= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |