From: James Smith via Guix-patches via <guix-patches@gnu.org>
To: 72777@debbugs.gnu.org
Cc: "James Smith" <jsubuntuxp@disroot.org>,
"Adam Faiz" <adam.faiz@disroot.org>,
"Liliana Marie Prikler" <liliana.prikler@gmail.com>,
宋文武 <iyzsong@envs.net>
Subject: [bug#72777] [PATCH v2] gnu: dhewm3: Update to 1.5.4.
Date: Wed, 4 Sep 2024 20:37:26 -0700 [thread overview]
Message-ID: <25edd020d15d448e71193b5372068bf93789c402.1725507446.git.jsubuntuxp@disroot.org> (raw)
In-Reply-To: <75902aa30c7ff43b4c5153bb5fa7bfd41072448b.1724460762.git.jsubuntuxp@disroot.org>
* gnu/packages/game-development.scm: (dhewm3): Update to 1.5.4.
[arguments]: Set configure flags for 32-bit builds.
Change-Id: I8db801b099910e60e85d0da7ddcc77654205107f
---
gnu/packages/game-development.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 62f578f3db..0723cb49f3 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3091,7 +3091,7 @@ (define-public warsow-qfusion
(define-public dhewm3
(package
(name "dhewm3")
- (version "1.5.3")
+ (version "1.5.4")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/dhewm/dhewm3")
@@ -3099,10 +3099,15 @@ (define-public dhewm3
(file-name (git-file-name name version))
(sha256
(base32
- "1zbwhrngmgb0969izmxididyx892qk7591aa9mbigakw6dvmlm84"))))
+ "16cvf78a7q00bkf74waj6gss09y4iqn3zl9srsfg6i7336gjm2wn"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ; No tests.
+ #:configure-flags
+ ;; Needed to fix 32bit builds.
+ #~(if (not #$(target-64bit?))
+ (list "-DCMAKE_CXX_FLAGS=-D_FILE_OFFSET_BITS=64")
+ '())
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'change-to-build-dir
base-commit: ed95ddeb1e58c314f2e22b4cd35986042f3e2f21
--
2.45.2
next prev parent reply other threads:[~2024-09-05 3:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-24 0:52 [bug#72777] [PATCH] gnu: dhewm3: Update to 1.5.4 James Smith via Guix-patches via
2024-09-05 3:37 ` James Smith via Guix-patches via [this message]
2024-09-13 19:00 ` [bug#72777] [PATCH v2] " Liliana Marie Prikler
2024-10-27 14:35 ` bug#72777: " James Smith via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=25edd020d15d448e71193b5372068bf93789c402.1725507446.git.jsubuntuxp@disroot.org \
--to=guix-patches@gnu.org \
--cc=72777@debbugs.gnu.org \
--cc=adam.faiz@disroot.org \
--cc=iyzsong@envs.net \
--cc=jsubuntuxp@disroot.org \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).