diff --git a/gd-autoconf.patch b/gd-autoconf.patch index 8cf3d5f..7818b1e 100644 --- a/gd-autoconf.patch +++ b/gd-autoconf.patch @@ -1,8 +1,21 @@ -Index: configure.ac +--- + configure.ac | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +Index: libgd-2.1.0/configure.ac =================================================================== ---- configure.ac.orig 2013-12-18 12:58:25.906977199 +0100 -+++ configure.ac 2013-12-18 12:59:36.671840317 +0100 -@@ -53,6 +53,9 @@ +--- libgd-2.1.0.orig/configure.ac ++++ libgd-2.1.0/configure.ac +@@ -45,7 +45,7 @@ AC_SUBST(GDLIB_AGE) + FEATURES="GD_GIF GD_GIFANIM GD_OPENPOLYGON" + AC_SUBST(FEATURES) + +-AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz -Wall -Werror]) ++AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz -Wall]) + AC_CONFIG_HEADERS([src/config.h:src/config.hin]) + + dnl newer automake wants this, but we still want to work with older +@@ -53,6 +53,9 @@ m4_ifndef([AM_PROG_AR],[m4_define([AM_PR AM_PROG_AR AC_PROG_CC_STDC diff --git a/gd.changes b/gd.changes index 988110b..b16e0b7 100644 --- a/gd.changes +++ b/gd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 26 05:58:53 UTC 2014 - jengelh@inai.de + +- Resolve build failure with automake-1.14 + ------------------------------------------------------------------- Fri Jun 27 12:05:59 UTC 2014 - meissner@suse.com diff --git a/gd.spec b/gd.spec index 8ec9c86..89167d7 100644 --- a/gd.spec +++ b/gd.spec @@ -95,7 +95,7 @@ the formats accepted for inline images by most browsers. %patch1 %patch2 %patch3 -%patch4 +%patch4 -p1 %patch5 %build