From 742be4b3f2c7f520f0221d671f04c150d1207e39 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 4 Oct 2016 10:53:50 +0200 Subject: [PATCH] geis: fix gcc6 build --- srcpkgs/geis/patches/fix-gcc6-indentation.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/geis/patches/fix-gcc6-indentation.patch diff --git a/srcpkgs/geis/patches/fix-gcc6-indentation.patch b/srcpkgs/geis/patches/fix-gcc6-indentation.patch new file mode 100644 index 00000000000..5c191984e1e --- /dev/null +++ b/srcpkgs/geis/patches/fix-gcc6-indentation.patch @@ -0,0 +1,11 @@ +--- libgeis/geis_subscription.c 2013-05-29 13:24:59.000000000 +0200 ++++ libgeis/geis_subscription.c 2016-10-04 10:50:16.159001608 +0200 +@@ -239,7 +239,7 @@ + { + if (bag->sub_store[i]) + _subscription_unref(bag->sub_store[i]); +- bag->sub_store[i] = NULL; ++ bag->sub_store[i] = NULL; + } + } +