diff options
Diffstat (limited to 'audio/audacity/files/patch-src_AudioIO.h')
-rw-r--r-- | audio/audacity/files/patch-src_AudioIO.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-src_AudioIO.h b/audio/audacity/files/patch-src_AudioIO.h new file mode 100644 index 000000000000..ed42adc80636 --- /dev/null +++ b/audio/audacity/files/patch-src_AudioIO.h @@ -0,0 +1,11 @@ +--- src/AudioIO.h.orig 2015-07-11 10:02:22 UTC ++++ src/AudioIO.h +@@ -13,7 +13,7 @@ + #ifndef __AUDACITY_AUDIO_IO__ + #define __AUDACITY_AUDIO_IO__ + +-#include "portaudio.h" ++#include "../lib-src/portaudio-v19/include/portaudio.h" + #include "Audacity.h" + #include "Experimental.h" + |