summaryrefslogtreecommitdiff
path: root/devel/godot2/files/patch-thirdparty_rtaudio_RtAudio.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/godot2/files/patch-thirdparty_rtaudio_RtAudio.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/godot2/files/patch-thirdparty_rtaudio_RtAudio.h b/devel/godot2/files/patch-thirdparty_rtaudio_RtAudio.h
deleted file mode 100644
index 010a8222e1a8..000000000000
--- a/devel/godot2/files/patch-thirdparty_rtaudio_RtAudio.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- thirdparty/rtaudio/RtAudio.h.orig 2016-08-09 07:52:15 UTC
-+++ thirdparty/rtaudio/RtAudio.h
-@@ -5,7 +5,13 @@
- #if defined(OSX_ENABLED)
- #define __MACOSX_CORE__
- #elif defined(UNIX_ENABLED)
-+#if defined(OSS_ENABLED)
-+ #define __LINUX_OSS__
-+#elif defined(ALSA_ENABLED)
- #define __LINUX_ALSA__
-+#elif defined(PULSEAUDIO_ENABLED)
-+ #define __LINUX_PULSE__
-+#endif
- #elif defined(WINDOWS_ENABLED)
- #if defined(WINRT_ENABLED)
- #define __RTAUDIO_DUMMY__