diff options
Diffstat (limited to 'games-engines/solarus/files/solarus-1.2.0-paths.patch')
-rw-r--r-- | games-engines/solarus/files/solarus-1.2.0-paths.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games-engines/solarus/files/solarus-1.2.0-paths.patch b/games-engines/solarus/files/solarus-1.2.0-paths.patch deleted file mode 100644 index 23b7635a1d0c..000000000000 --- a/games-engines/solarus/files/solarus-1.2.0-paths.patch +++ /dev/null @@ -1,15 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Wed Jan 29 02:31:24 UTC 2014 -Subject: make paths modifiable - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -6,7 +6,7 @@ - endif() - - set(CMAKE_MODULE_PATH "${SOLARUS_ENGINE_SOURCE_DIR}/cmake/modules/") --set(SOLARUS_INSTALL_DESTINATION "bin") -+set(SOLARUS_INSTALL_DESTINATION "bin" CACHE PATH "binary install destination") - - option(SOLARUS_USE_LUAJIT "Use LuaJIT instead of default Lua (recommended)" ON) - |