diff options
Diffstat (limited to 'audio/audacity/files/patch-src_prefs_DevicePrefs.cpp')
-rw-r--r-- | audio/audacity/files/patch-src_prefs_DevicePrefs.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-src_prefs_DevicePrefs.cpp b/audio/audacity/files/patch-src_prefs_DevicePrefs.cpp new file mode 100644 index 000000000000..261245610b7d --- /dev/null +++ b/audio/audacity/files/patch-src_prefs_DevicePrefs.cpp @@ -0,0 +1,11 @@ +--- src/prefs/DevicePrefs.cpp.orig 2015-07-11 10:02:22 UTC ++++ src/prefs/DevicePrefs.cpp +@@ -30,7 +30,7 @@ other settings. + #include <wx/intl.h> + #include <wx/log.h> + +-#include "portaudio.h" ++#include "../../lib-src/portaudio-v19/include/portaudio.h" + + #include "../AudioIO.h" + #include "../Internat.h" |