diff --git a/guile-automake-1.13.patch b/guile-automake-1.13.patch new file mode 100644 index 0000000..af38c0c --- /dev/null +++ b/guile-automake-1.13.patch @@ -0,0 +1,13 @@ +Index: guile-1.8.8/guile-readline/configure.in +=================================================================== +--- guile-1.8.8.orig/guile-readline/configure.in ++++ guile-1.8.8/guile-readline/configure.in +@@ -9,7 +9,7 @@ AC_INIT(guile-readline, + + AC_CONFIG_AUX_DIR([.]) + AC_CONFIG_SRCDIR(readline.c) +-AM_CONFIG_HEADER([guile-readline-config.h]) ++AC_CONFIG_HEADERS([guile-readline-config.h]) + AM_INIT_AUTOMAKE([foreign no-define]) + + . $srcdir/../GUILE-VERSION diff --git a/guile1.changes b/guile1.changes index 9f0f526..38880e5 100644 --- a/guile1.changes +++ b/guile1.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 13:53:38 UTC 2013 - pgajdos@suse.com + +- build with new automake + * automake-1.13.patch + ------------------------------------------------------------------- Mon Sep 10 09:58:35 UTC 2012 - dimstar@opensuse.org diff --git a/guile1.spec b/guile1.spec index c60518b..7f054a0 100644 --- a/guile1.spec +++ b/guile1.spec @@ -1,7 +1,7 @@ # # spec file for package guile1 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,6 +39,7 @@ Patch1: guile-64bit.patch Patch2: guile-1.6.10-mktemp.patch Patch3: guile-popen-test.patch Patch5: guile-gcc.patch +Patch6: guile-automake-1.13.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: fileutils sh-utils PreReq: %install_info_prereq @@ -145,6 +146,7 @@ contains the files necessary to link against the guile libraries. %patch2 %patch3 %patch5 +%patch6 -p1 # guile-1.8.1: The code is not so good for -Werror (unused results of write()). sed -i s/-Werror// configure.in configure