guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bsnes: Don't build native binaries.


From: guix-commits
Subject: branch master updated: gnu: bsnes: Don't build native binaries.
Date: Tue, 08 Jun 2021 04:27:20 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5fe9481  gnu: bsnes: Don't build native binaries.
5fe9481 is described below

commit 5fe9481d2badf7140fb4a48aa2467d138d366164
Author: nixo <nicolo@nixo.xyz>
AuthorDate: Mon Apr 12 09:42:13 2021 +0200

    gnu: bsnes: Don't build native binaries.
    
    * gnu/packages/emulators.scm (bsnes)[arguments]: Add configure-flag to
    not build native binaries.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/emulators.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index c25a45b..54b7b58 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1998,6 +1998,8 @@ from various forks of Gens, and improved platform 
portability.")
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list "-C" "bsnes"
+                          ;; Remove march=native
+                          "local=false"
                           (string-append "prefix=" (assoc-ref %outputs "out")))
        #:tests? #f                      ; No tests.
        #:phases (modify-phases %standard-phases



reply via email to

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