geis: fix gcc6 build
This commit is contained in:
parent
e12ea19ef6
commit
742be4b3f2
1 changed files with 11 additions and 0 deletions
11
srcpkgs/geis/patches/fix-gcc6-indentation.patch
Normal file
11
srcpkgs/geis/patches/fix-gcc6-indentation.patch
Normal file
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue