aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2006-04-26 01:04:34 +0800
committeroliver <oliver@FreeBSD.org>2006-04-26 01:04:34 +0800
commita6201652c272ddb3660e35220b5c9b18a64fc175 (patch)
treea0f519070b992e3ae50dc1636eed92a86f815042 /audio
parent6ecc829639bbea9756f843a1dc9dd2b9d238f1e9 (diff)
downloadfreebsd-ports-gnome-a6201652c272ddb3660e35220b5c9b18a64fc175.tar.gz
freebsd-ports-gnome-a6201652c272ddb3660e35220b5c9b18a64fc175.tar.zst
freebsd-ports-gnome-a6201652c272ddb3660e35220b5c9b18a64fc175.zip
add pthread stuff to openal.pc's Libs and Cflags
bump PORTREVISION
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>