diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-07-24 06:09:11 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-07-24 06:09:11 +0800 |
commit | 55130f40f7d9cd42d14b1a9ed0ae773bdf4a567e (patch) | |
tree | 6734032a921dc12ac6c3d841cb6f1d5014fdf216 /emulators | |
parent | 4cfe7534bc7e787c8ed7c94d4af851300588ff5d (diff) | |
download | freebsd-ports-gnome-55130f40f7d9cd42d14b1a9ed0ae773bdf4a567e.tar.gz freebsd-ports-gnome-55130f40f7d9cd42d14b1a9ed0ae773bdf4a567e.tar.zst freebsd-ports-gnome-55130f40f7d9cd42d14b1a9ed0ae773bdf4a567e.zip |
Use more recent gcc 4.7 or later to compile pipelight
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pipelight/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 27f001713610..cbe416294806 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -25,6 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg WRKSRC= ${WRKDIR}/mmueller2012-pipelight-e2362eb15df6 +USE_GCC= 4.7+ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |