diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-04-30 14:04:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-04-30 14:04:50 -0700 |
commit | 9a19a3cc0c5e8b7343954008887f82358dca156f (patch) | |
tree | 29df6fa04e63e58f35cc876e6181fdbef1123368 /sdl2-path-fix.patch | |
parent | Maintainer logic (diff) | |
download | tome4-9a19a3cc0c5e8b7343954008887f82358dca156f.tar.xz |
Updated offline patch to newer version.
Renamed patches to better explain their purpose.
Diffstat (limited to 'sdl2-path-fix.patch')
-rw-r--r-- | sdl2-path-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sdl2-path-fix.patch b/sdl2-path-fix.patch new file mode 100644 index 0000000..3831dfb --- /dev/null +++ b/sdl2-path-fix.patch @@ -0,0 +1,12 @@ +diff -Naur orig/premake4.lua new/premake4.lua +--- orig/premake4.lua 2014-05-19 10:42:14.000000000 +0200 ++++ new/premake4.lua 2015-12-03 22:09:15.687935809 +0100 +@@ -30,7 +30,7 @@ + } + else + includedirs { +- "/opt/SDL-2.0/include/SDL2", ++ "/usr/include/SDL2", + "/usr/include/GL", + } + end |