diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-23 19:01:28 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-23 19:01:28 +0000 |
commit | a5837bc3745c0fb5965d297e206eaf1b28669285 (patch) | |
tree | 1c2c4addf984bc75ecd6d7e816bbd7d3db2359b4 /audio | |
parent | a9303324ab938d750bfa76a68635de823c21d85e (diff) | |
download | ports-a5837bc3745c0fb5965d297e206eaf1b28669285.tar.gz ports-a5837bc3745c0fb5965d297e206eaf1b28669285.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 586ea1a36da9..4fb9ba48b776 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -74,8 +74,11 @@ CONFIGURE_ARGS+=--disable-smpeg post-patch: @${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/; \ + s/x86_64\*/amd64\* | \*ia64\*/g; \ /CPPFLAGS=/ d' ${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"|' \ + ${WRKSRC}/src/mixaudio16.h .include <bsd.port.post.mk> |