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 | - Make it possible to override _MAKE_JOBS when MAKE_JOBS_NUMBER=1 (diff) |
Really unbreak
Notes
Notes:
svn path=/head/; revision=383693
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' \ |