summaryrefslogtreecommitdiff
path: root/games/love07/patches/patch-src_modules_thread_sdl_Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/love07/patches/patch-src_modules_thread_sdl_Thread.h')
-rw-r--r--games/love07/patches/patch-src_modules_thread_sdl_Thread.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/love07/patches/patch-src_modules_thread_sdl_Thread.h b/games/love07/patches/patch-src_modules_thread_sdl_Thread.h
new file mode 100644
index 00000000000..12458f8b05c
--- /dev/null
+++ b/games/love07/patches/patch-src_modules_thread_sdl_Thread.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_modules_thread_sdl_Thread.h,v 1.1 2018/09/30 19:10:11 maya Exp $
+
+Match SDL1 include paths
+
+--- src/modules/thread/sdl/Thread.h.orig 2011-05-04 16:00:10.000000000 +0000
++++ src/modules/thread/sdl/Thread.h
+@@ -22,8 +22,8 @@
+ #define LOVE_THREAD_SDL_THREAD_H
+
+ // SDL
+-#include <SDL_thread.h>
+-#include <SDL_mutex.h>
++#include <SDL/SDL_thread.h>
++#include <SDL/SDL_mutex.h>
+
+ // STL
+ #include <map>