guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mame: Fix build on i686.


From: guix-commits
Subject: 01/01: gnu: mame: Fix build on i686.
Date: Thu, 21 Nov 2019 10:39:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 430e152899120e94a81eed08122f5cbf8f327874
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Nov 21 16:37:40 2019 +0100

    gnu: mame: Fix build on i686.
    
    * gnu/packages/emulators.scm (mame): Prevent strict-overflow error on i686
    with "NOWERROR" flag.
---
 gnu/packages/emulators.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 72a9b6e..577894c 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1213,6 +1213,8 @@ play them on systems for which they were never designed!")
     (arguments
      `(#:make-flags
        (cons*
+        ;; A 'strict-overflow' error pops up on i686 so disable '-Werror'.
+        "NOWERROR=1"
         (string-append "QT_HOME=" (assoc-ref %build-inputs "qtbase"))
         (string-append "SDL_INI_PATH="
                        (assoc-ref %outputs "out")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]