guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bennu-game-development: Build against openssl on all archict


From: guix-commits
Subject: 02/02: gnu: bennu-game-development: Build against openssl on all archictures.
Date: Sun, 24 Mar 2019 10:34:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f0e4cfcb0bdb09f95641b42e5133d2aab3e4f5f9
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 24 16:07:07 2019 +0200

    gnu: bennu-game-development: Build against openssl on all archictures.
    
    * gnu/packages/game-development.scm (bennu-game-development)[arguments]:
    Rename custom phase to 'patch-configure-to-use-openssl, change glob
    pattern to match all cases. Return #t from all phases.
---
 gnu/packages/game-development.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index b57f46c..49fe467 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1353,20 +1353,21 @@ that parenthetically inclined game developers need to 
make 2D (and eventually
     (arguments
      '(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-configure-for-x86-64
+         (add-after 'unpack 'patch-configure-to-use-openssl
            (lambda* (#:key outputs #:allow-other-keys)
              (chdir "core")
              (delete-file "configure")
              (substitute* "configure.in"
                (("i\\*86\\)")
-                "x86_64)
+                "*)
                 COMMON_CFLAGS=\"$COMMON_CFLAGS -DUSE_OPENSSL\"
                 COMMON_LDFLAGS=\"$COMMON_LDFLAGS\"
                 LIBSSL=\"crypto\"
                 USE_OPENSSL=yes
                 ;;
 
-            i*86)")))))))
+            i*86)"))
+               #t)))))
     (inputs `(("openssl" ,openssl)
               ("zlib" ,zlib)))
     (native-inputs `(("pkg-config" ,pkg-config)



reply via email to

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