diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-10 06:08:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-10 06:08:38 +0000 |
commit | dea9500d97f0a1ce15d6e9047ac67e39f499ef37 (patch) | |
tree | 2207a66fe94c5f310bb6e20f6341ed46662efa91 /audio/freealut | |
parent | 35da4891c29a51d7e304f937c6bece19ec4b6693 (diff) | |
download | ports-dea9500d97f0a1ce15d6e9047ac67e39f499ef37.tar.gz ports-dea9500d97f0a1ce15d6e9047ac67e39f499ef37.zip |
Notes
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' \ |