hasufell    14/08/07 21:01:19

  Added:                solarus-1.2.1-paths.patch
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.1                  games-engines/solarus/files/solarus-1.2.1-paths.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/files/solarus-1.2.1-paths.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/files/solarus-1.2.1-paths.patch?rev=1.1&content-type=text/plain

Index: solarus-1.2.1-paths.patch
===================================================================
From: Julian Ospald <[email protected]>
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)
 




Reply via email to