diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-11 22:05:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-11 22:05:09 +0000 |
commit | b069388bc00f51906bb1e473f9b65d7a8d227c83 (patch) | |
tree | 9e0937db810c20d993c50eb91c00313df813a5d2 /audio/portaudio2 | |
parent | b4eff9081c644b591a99238200efca0021064392 (diff) |
Notes
Diffstat (limited to 'audio/portaudio2')
-rw-r--r-- | audio/portaudio2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/portaudio2/Makefile b/audio/portaudio2/Makefile index 37e0c64658ff..8eaaf864a9da 100644 --- a/audio/portaudio2/Makefile +++ b/audio/portaudio2/Makefile @@ -31,7 +31,9 @@ post-patch: | ${XARGS} -x -n 10 \ ${REINPLACE_CMD} -E \ -e 's|
||' \ - -e 's|malloc.h|stdlib.h|' + -e 's|malloc.h|stdlib.h|' \ + -e 's|machine\/soundcard.h|sys\/soundcard.h|' + # C{C,FLAGS} and PREFIX safeness @${REINPLACE_CMD} -E \ -e 's|gcc|${CC} ${CFLAGS}|' \ |