public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/hedgewars/files: hedgewars-0.9.20-paths.patch hedgewars-0.9.18-cflags.patch hedgewars-0.9.18-cmake.patch
@ 2013-12-25 17:52 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2013-12-25 17:52 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/12/25 17:52:05

  Added:                hedgewars-0.9.20-paths.patch
  Removed:              hedgewars-0.9.18-cflags.patch
                        hedgewars-0.9.18-cmake.patch
  Log:
  version bump, remove old
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.1                  games-strategy/hedgewars/files/hedgewars-0.9.20-paths.patch

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

Index: hedgewars-0.9.20-paths.patch
===================================================================
From b13a712224a5fa80e427f3ff46dbb4ae600097c4 Mon Sep 17 00:00:00 2001
From: hasufell <hasufell@gentoo.org>
Date: Wed, 25 Dec 2013 18:29:30 +0100
Subject: [PATCH] BUILD: make binary/libdir destinations modifiable

---
 cmake_modules/paths.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake_modules/paths.cmake b/cmake_modules/paths.cmake
index ddf2623..aefe67a 100644
--- a/cmake_modules/paths.cmake
+++ b/cmake_modules/paths.cmake
@@ -14,8 +14,8 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY_DEBUG ${LIBRARY_OUTPUT_PATH})
 
 #resource paths
 if(UNIX AND NOT APPLE)
-    set(target_binary_install_dir "bin")
-    set(target_library_install_dir "lib")
+    set(target_binary_install_dir "bin" CACHE PATH "install dest for binaries")
+    set(target_library_install_dir "lib" CACHE PATH "install dest for libs")
 
     string(SUBSTRING "${DATA_INSTALL_DIR}" 0 1 sharepath_start)
     if (NOT (${sharepath_start} MATCHES "/"))
-- 
1.8.5.2






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-25 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-25 17:52 [gentoo-commits] gentoo-x86 commit in games-strategy/hedgewars/files: hedgewars-0.9.20-paths.patch hedgewars-0.9.18-cflags.patch hedgewars-0.9.18-cmake.patch Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox