diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-05 17:54:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-05 17:54:22 +0000 |
commit | aead1ee7b940f6ea1986e1e88e6d315395c84022 (patch) | |
tree | 12f25c1931344e42c50f841fca367630fcbad94b /audio | |
parent | 68f875539f72d193cc834196b9aea8bd3516dde2 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal/Makefile | 2 |
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"|' \ |