diff options
author | antoine <antoine@FreeBSD.org> | 2015-04-10 14:08:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-04-10 14:08:38 +0800 |
commit | e65f5662e5db57466040aa1ba29b728f70b6a2c1 (patch) | |
tree | 2207a66fe94c5f310bb6e20f6341ed46662efa91 /audio | |
parent | 19ce62b0063882bf7390c2edbcbea3114681fce0 (diff) | |
download | freebsd-ports-gnome-e65f5662e5db57466040aa1ba29b728f70b6a2c1.tar.gz freebsd-ports-gnome-e65f5662e5db57466040aa1ba29b728f70b6a2c1.tar.zst freebsd-ports-gnome-e65f5662e5db57466040aa1ba29b728f70b6a2c1.zip |
Really unbreak
Diffstat (limited to 'audio')
-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' \ |