Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/solarus/files: solarus-1.2.0-paths.patch
Date: Thu, 22 May 2014 17:10:06
Message-Id: 20140522171002.E959D2004E@flycatcher.gentoo.org
1 hasufell 14/05/22 17:10:02
2
3 Added: solarus-1.2.0-paths.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.1 games-engines/solarus/files/solarus-1.2.0-paths.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/files/solarus-1.2.0-paths.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/files/solarus-1.2.0-paths.patch?rev=1.1&content-type=text/plain
14
15 Index: solarus-1.2.0-paths.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Wed Jan 29 02:31:24 UTC 2014
19 Subject: make paths modifiable
20
21 --- a/CMakeLists.txt
22 +++ b/CMakeLists.txt
23 @@ -6,7 +6,7 @@
24 endif()
25
26 set(CMAKE_MODULE_PATH "${SOLARUS_ENGINE_SOURCE_DIR}/cmake/modules/")
27 -set(SOLARUS_INSTALL_DESTINATION "bin")
28 +set(SOLARUS_INSTALL_DESTINATION "bin" CACHE PATH "binary install destination")
29
30 option(SOLARUS_USE_LUAJIT "Use LuaJIT instead of default Lua (recommended)" ON)