diff options
Diffstat (limited to 'games/springlobby/files/patch-src_sound_alsound.cpp')
-rw-r--r-- | games/springlobby/files/patch-src_sound_alsound.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/springlobby/files/patch-src_sound_alsound.cpp b/games/springlobby/files/patch-src_sound_alsound.cpp new file mode 100644 index 000000000000..2a8be2f6b4ea --- /dev/null +++ b/games/springlobby/files/patch-src_sound_alsound.cpp @@ -0,0 +1,11 @@ +--- src/sound/alsound.cpp.orig 2020-10-31 09:53:52 UTC ++++ src/sound/alsound.cpp +@@ -13,7 +13,7 @@ + #define ALURE_STATIC_LIBRARY + #endif + +-#include <alure.h> ++#include <AL/alure.h> + #include <assert.h> + #include <lslutils/globalsmanager.h> + #include <wx/log.h> |