diff options
Diffstat (limited to 'audio/freealut')
-rw-r--r-- | audio/freealut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index fb18ffc8f3cc..4721537751f8 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -17,6 +17,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USES= gmake libtool openal:al pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's/@CFLAGS@/& -lopenal -lpthread/g' \ |