diff options
Diffstat (limited to 'games/tome4/premake4_sdl.patch')
-rw-r--r-- | games/tome4/premake4_sdl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tome4/premake4_sdl.patch b/games/tome4/premake4_sdl.patch new file mode 100644 index 0000000000000..405523772c577 --- /dev/null +++ b/games/tome4/premake4_sdl.patch @@ -0,0 +1,11 @@ +--- t-engine4-src-1.1.5/premake4.original.lua 2014-04-29 02:40:07.535906248 +0300 ++++ t-engine4-src-1.1.5/premake4.lua 2014-04-29 02:40:46.953413461 +0300 +@@ -17,7 +17,7 @@ + "src/physfs", + "src/zlib", + "src/bzip2", +- "/opt/SDL-2.0/include/SDL2", ++ "/usr/include/SDL2", + "/usr/include/GL", + } + if _OPTIONS.lua == "default" then includedirs{"src/lua"} |