GNU bug report logs -
#79016
[PATCH 0/2] gnu: frotz: Update to 2.55.
Previous Next
Full log
View this message in rfc822 format
From c71f5ace0641a70df71eb1ec9bd17198312a5b1c Mon Sep 17 00:00:00 2001
Message-ID:
<c71f5ace0641a70df71eb1ec9bd17198312a5b1c.1752504959.git.adam.faiz <at> disroot.org>
In-Reply-To: <cover.1752504959.git.adam.faiz <at> disroot.org>
References: <cover.1752504959.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Mon, 14 Jul 2025 21:58:11 +0800
Subject: [PATCH 2/2] gnu: frotz-dumb-terminal: Update to 2.55.
* gnu/packages/games.scm (frotz-dumb-terminal): Update to 2.55.
Change-Id: Ifde6b3ab631ab64a43509119caffdd61fe2e378f
---
gnu/packages/games.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4cd8c8963e..f0fc5bfcdb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9639,7 +9639,7 @@ (define-public naev
(define-public frotz-dumb-terminal
(package
(name "frotz-dumb-terminal")
- (version "2.44")
+ (version "2.55")
(source (origin
(method url-fetch)
(uri (list (string-append
@@ -9650,8 +9650,9 @@ (define-public frotz-dumb-terminal
"frotz/frotz-" version ".tar.gz")))
(sha256
(base32
- "1v735xr3blznac8fnwa27s1vhllx4jpz7kw7qdw1bsfj6kq21v3k"))))
+ "0wfqhxwgjwhgnjh1byjzsfj3mqhy5hialngyb53p5jjbz4pr3mp3"))))
(build-system gnu-build-system)
+ (native-inputs (list pkg-config which))
(arguments
`(#:tests? #f ; there are no tests
#:phases
@@ -9659,7 +9660,7 @@ (define-public frotz-dumb-terminal
(delete 'configure)
(replace 'build
(lambda _
- (invoke "make" "dumb")))
+ (invoke "make" (string-append "CC=" ,(cc-for-target))
"dumb")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
--
2.50.0
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.