guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: address@hidden: Fix building with newer mesa.


From: guix-commits
Subject: 02/02: gnu: address@hidden: Fix building with newer mesa.
Date: Tue, 1 Jan 2019 03:55:57 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit 0109b89c5834b5374f248dc3681702180013f41f
Author: Efraim Flashner <address@hidden>
Date:   Tue Jan 1 10:22:34 2019 +0200

    gnu: address@hidden: Fix building with newer mesa.
    
    * gnu/packages/game-development.scm (address@hidden)[source]: Add patch.
    (allegro)[patch]: Rename patch file.
    * gnu/packages/patches/allegro-fix-compiliation-mesa-18.2.5-and-later.patch:
    Rename to gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch.
    * gnu/local.mk (dist_patch_DATA): Register it.
---
 gnu/local.mk                                                          | 1 +
 gnu/packages/game-development.scm                                     | 4 +++-
 ...esa-18.2.5-and-later.patch => allegro-mesa-18.2.5-and-later.patch} | 0
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 64f2bf9..4d8813a 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -577,6 +577,7 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/aegisub-icu59-include-unistr.patch      \
   %D%/packages/patches/aegisub-boost68.patch                    \
   %D%/packages/patches/agg-am_c_prototype.patch                        \
+  %D%/packages/patches/allegro-mesa-18.2.5-and-later.patch     \
   %D%/packages/patches/allegro4-mesa-18.2.5-and-later.patch    \
   %D%/packages/patches/amule-crypto-6.patch                    \
   %D%/packages/patches/antiword-CVE-2014-8123.patch                    \
diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index efca985..9a77cdc 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -655,7 +655,7 @@ etc.")
                                   "/download/" version "/allegro-"
                                   version ".tar.gz"))
               (patches (search-patches
-                        "allegro-fix-compilation-mesa-18.2.5-and-later.patch"))
+                        "allegro-mesa-18.2.5-and-later.patch"))
               (sha256
                (base32
                 "1w9a5yqi5q03b2qvmx5ff90paz0xbr9cy7i7f0xiqa65ava66q9l"))))
@@ -700,6 +700,8 @@ etc.")
                                     (string-drop-right version 2)
                                     version)
                                   ".tar.gz"))
+              (patches (search-patches
+                        "allegro-mesa-18.2.5-and-later.patch"))
               (sha256
                (base32
                 "0cd51qrh97jrr0xdmnivqgwljpmizg8pixsgvc4blqqlaz4i9zj9"))))))
diff --git 
a/gnu/packages/patches/allegro-fix-compilation-mesa-18.2.5-and-later.patch 
b/gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch
similarity index 100%
rename from 
gnu/packages/patches/allegro-fix-compilation-mesa-18.2.5-and-later.patch
rename to gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch



reply via email to

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