aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-08-11 23:03:06 +0000
committerGuy Harris <guy@alum.mit.edu>2012-08-11 23:03:06 +0000
commit8bec02eb33779b2232bd9f1728b71cbdcde3ad3f (patch)
tree4354b16d1db3eb30ed9bcca4666883c82c8599b3 /macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
parent765c81a932c12dcbfb0d0401dd435925facc517c (diff)
Add some patches to make PortAudio build with the macosx-setup.sh
script. svn path=/trunk/; revision=44446
Diffstat (limited to 'macosx-support-lib-patches/portaudio-pa_mac_core.h.patch')
-rw-r--r--macosx-support-lib-patches/portaudio-pa_mac_core.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch b/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
new file mode 100644
index 0000000000..9641fe02f2
--- /dev/null
+++ b/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
@@ -0,0 +1,11 @@
+--- include/pa_mac_core.h.dist 2011-07-09 08:01:52.000000000 -0700
++++ include/pa_mac_core.h 2012-08-11 12:14:25.000000000 -0700
+@@ -46,7 +46,7 @@
+ #include "portaudio.h"
+
+ #include <AudioUnit/AudioUnit.h>
+-//#include <AudioToolbox/AudioToolbox.h>
++#include <AudioToolbox/AudioToolbox.h>
+
+ #ifdef __cplusplus
+ extern "C" {