diff options
Diffstat (limited to 'audio/libsndfile/patches/patch-programs_sndfile-play.c')
-rw-r--r-- | audio/libsndfile/patches/patch-programs_sndfile-play.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/libsndfile/patches/patch-programs_sndfile-play.c b/audio/libsndfile/patches/patch-programs_sndfile-play.c new file mode 100644 index 00000000000..30a68b1abbc --- /dev/null +++ b/audio/libsndfile/patches/patch-programs_sndfile-play.c @@ -0,0 +1,12 @@ +$NetBSD: patch-programs_sndfile-play.c,v 1.1 2012/06/22 20:31:48 adam Exp $ + +--- programs/sndfile-play.c.orig 2012-06-22 19:48:12.000000000 +0000 ++++ programs/sndfile-play.c +@@ -58,7 +58,6 @@ + #include <sys/soundcard.h> + + #elif (defined (__MACH__) && defined (__APPLE__)) +- #include <Carbon.h> + #include <CoreAudio/AudioHardware.h> + + #elif defined (HAVE_SNDIO_H) |