aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2006-04-25 17:04:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2006-04-25 17:04:34 +0000
commit666298e76b41af7476fcf5b8566a76b1e7c2e670 (patch)
tree4dc44eaf2c00a4e90768c7b5d621354038828071 /audio
parent08e784c6f7ab50d049b3aae42f9b8e85569479a9 (diff)
downloadports-666298e76b41af7476fcf5b8566a76b1e7c2e670.tar.gz
ports-666298e76b41af7476fcf5b8566a76b1e7c2e670.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/openal/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index a6ba934ed371..9d1924ddc63f 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openal
PORTVERSION= 20060211
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://openal.org/openal_webstf/downloads/
DISTVERSION= 0.0.8
@@ -81,7 +81,9 @@ post-patch:
${WRKSRC}/src/extensions/al_ext_mp3.c
@${REINPLACE_CMD} -e 's|"mixaudio16_mmx_prk.h"|"arch/i386/mixaudio16_mmx_prk.h"|' \
${WRKSRC}/src/mixaudio16.h
- @${REINPLACE_CMD} -e 's|@requirements@||' \
+ @${REINPLACE_CMD} -e 's|@requirements@||; \
+ s|Libs: |&${PTHREAD_LIBS} |;\
+ s|Cflags: |&${PTHREAD_CFLAGS} |' \
${WRKSRC}/admin/pkgconfig/openal.pc.in
.include <bsd.port.post.mk>