diff options
Diffstat (limited to 'emulators/pipelight/Makefile')
-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 |