aboutsummaryrefslogtreecommitdiff
path: root/games/hex-a-hop/files/patch-state.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/hex-a-hop/files/patch-state.h')
-rw-r--r--games/hex-a-hop/files/patch-state.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/hex-a-hop/files/patch-state.h b/games/hex-a-hop/files/patch-state.h
new file mode 100644
index 000000000000..bf81412910e9
--- /dev/null
+++ b/games/hex-a-hop/files/patch-state.h
@@ -0,0 +1,11 @@
+--- state.h.orig Tue Sep 12 17:30:34 2006
++++ state.h Tue Sep 12 17:30:40 2006
+@@ -22,7 +22,7 @@
+
+ // LINUX: SDL/
+ #ifdef __FreeBSD__
+-#include <SDL11/SDL.h>
++#include <SDL/SDL.h>
+ #else
+ #include <SDL/SDL.h>
+ #endif