[bug#34081] gnu: Add missing patch to local.mk.

Message ID 4db2e0b5-18c4-5a4b-2ceb-99129a62a441@web.de
State Accepted
Headers show
Series [bug#34081] gnu: Add missing patch to local.mk. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Jonathan Brielmaier Jan. 15, 2019, 9:22 a.m. UTC
Hi,

there was again a patch forgotten to add to gnu/local.mk which breaks
guix weather. This time it was Rutger Helling in
ab533c613ee2a44595786a6aca0b958f9f7f1dd9.

~Jonathan

Comments

Efraim Flashner Jan. 15, 2019, 9:54 a.m. UTC | #1
Pushed as 4deeb1ed067ff572e775eb2977cfbbd7411ee67a
Rutger Helling Jan. 15, 2019, 9:55 a.m. UTC | #2
This was fixed by Efraim on staging with commits
d5c60e0aff8c71d66e598e2c7787a9f7c875fd0c and
0109b89c5834b5374f248dc3681702180013f41f on January 1. It's probably
better to cherry-pick those so we don't get conflicts later and they
hardly cause any rebuilds.

On Tue, 15 Jan 2019 10:22:57 +0100
Jonathan Brielmaier <jonathan.brielmaier@web.de> wrote:

> Hi,
> 
> there was again a patch forgotten to add to gnu/local.mk which breaks
> guix weather. This time it was Rutger Helling in
> ab533c613ee2a44595786a6aca0b958f9f7f1dd9.
> 
> ~Jonathan

Patch

From 4e23863cb56f3d507d03b63fc267606d149cf38e Mon Sep 17 00:00:00 2001
From: Jonathan Brielmaier <jbrielmaier@suse.de>
Date: Tue, 15 Jan 2019 10:15:11 +0100
Subject: [PATCH] gnu: Add missing patch to local.mk.

This was forgotten in ab533c613ee2a44595786a6aca0b958f9f7f1dd9.

* gnu/local.mk (dist_patch_DATA): Add
"allegro-fix-compilation-mesa-18.2.5-and-later.patch".

Signed-off-by: Jonathan Brielmaier <jbrielmaier@suse.de>
---
 gnu/local.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/local.mk b/gnu/local.mk
index 885939827..a2439ff35 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -584,6 +584,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-fix-compilation-mesa-18.2.5-and-later.patch \
   %D%/packages/patches/amule-crypto-6.patch			\
   %D%/packages/patches/antiword-CVE-2014-8123.patch			\
   %D%/packages/patches/antlr3-3_1-fix-java8-compilation.patch	\
-- 
2.16.4