summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-05 17:54:22 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-05 17:54:22 +0000
commitaead1ee7b940f6ea1986e1e88e6d315395c84022 (patch)
tree12f25c1931344e42c50f841fca367630fcbad94b /audio
parentAdd an entry for Horde's latest vulnerabilities. (diff)
- Fix build when CPUTYPE is set and nasm is installed
PR: 99809 Submitted by: maintainer Approved by: delphij (mentor, implicit)
Notes
Notes: svn path=/head/; revision=166992
Diffstat (limited to 'audio')
-rw-r--r--audio/openal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index a24c7fa6215e..949723ace3fc 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -78,7 +78,7 @@ NOT_FOR_ARCHS_REASON_ia64= does not compile
post-patch:
@${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/; \
s/x86_64\*/amd64\* | \*ia64\*/g; \
- /CPPFLAGS=/ d' ${WRKSRC}/configure
+ /CPPFLAGS=/ d; s/ \*linux\*)/ \*bsd\*)/' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/#include/ s|SDL/||' \
${WRKSRC}/src/extensions/al_ext_mp3.c
@${REINPLACE_CMD} -e 's|"mixaudio16_mmx_prk.h"|"arch/i386/mixaudio16_mmx_prk.h"|' \