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.1.1-paths.patch
Date: Wed, 29 Jan 2014 20:15:16
Message-Id: 20140129201511.AB35A2004E@flycatcher.gentoo.org
1 hasufell 14/01/29 20:15:11
2
3 Added: solarus-1.1.1-paths.patch
4 Log:
5 initial import
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 games-engines/solarus/files/solarus-1.1.1-paths.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/files/solarus-1.1.1-paths.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/files/solarus-1.1.1-paths.patch?rev=1.1&content-type=text/plain
14
15 Index: solarus-1.1.1-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 --- solarus-1.1.1/CMakeLists.txt
22 +++ solarus-1.1.1/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 # find the headers and the libraries of dependencies
31 find_package(SDL REQUIRED)