* [bug#29601] [PATCH] gnu: openrct2: Always install libraries to /lib.
@ 2017-12-07 8:02 Rutger Helling
2017-12-08 9:47 ` bug#29601: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-12-07 8:02 UTC (permalink / raw)
To: 29601
[-- Attachment #1.1: Type: text/plain, Size: 104 bytes --]
Here's a patch that forces openrct2 to install it's libraries in /lib
(and not /lib64 as in some cases).
[-- Attachment #1.2: Type: text/html, Size: 291 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-openrct2-Always-install-libraries-to-lib.patch --]
[-- Type: text/x-diff; name=0001-gnu-openrct2-Always-install-libraries-to-lib.patch, Size: 969 bytes --]
From a99728bd1e612d9e6dcd5f75adca3a463b91ad5f Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 7 Dec 2017 08:55:52 +0100
Subject: [PATCH] gnu: openrct2: Always install libraries to /lib.
* gnu/packages/games.scm (openrct2)[arguments]: Add #:configure-flags argument
to force installing libraries to /lib.
---
gnu/packages/games.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a699fadc2..524572b99 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2731,6 +2731,9 @@ Transport Tycoon Deluxe.")
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;; no tests available
+ #:configure-flags
+ (list (string-append "-DCMAKE_INSTALL_LIBDIR="
+ (assoc-ref %outputs "out") "/lib"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-usr-share-paths
--
2.15.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-08 9:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 8:02 [bug#29601] [PATCH] gnu: openrct2: Always install libraries to /lib Rutger Helling
2017-12-08 9:47 ` bug#29601: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).