summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/games.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e6b05976f0..e052bca0e5 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1020,6 +1020,12 @@ possible, while battling many vicious aliens.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'gcc14
+ ;; See line 84 of
+ ;; https://github.com/NixOS/nixpkgs/pull/369352/files#diff-d4e7b24a8c4ebea52238a5421f96f293576ae2be634cd72c1c1521ee043a01fdR84
+ (lambda _
+ (substitute* "hunt/hunt/otto.c"
+ (("sigpause\\(old_mask\\);") ""))))
(replace 'configure
(lambda* (#:key outputs inputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))