mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libgpg-error: add patch to fix autotools with gettext-0.18, thanks to viljoviitanen, this fixes #434
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
60131727e2
commit
a2c007566c
@ -0,0 +1,12 @@
|
||||
diff -Naur libgpg-error-1.10/configure.ac libgpg-error-1.10.patch/configure.ac
|
||||
--- libgpg-error-1.10/configure.ac 2010-10-26 11:13:48.000000000 +0200
|
||||
+++ libgpg-error-1.10.patch/configure.ac 2012-04-11 10:19:39.115582454 +0200
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
|
||||
# Note, that autogen.sh greps for the next line.
|
||||
-AM_GNU_GETTEXT_VERSION([0.17])
|
||||
+AM_GNU_GETTEXT_VERSION([0.18])
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
# Checks for header files.
|
Loading…
x
Reference in New Issue
Block a user