Accepting request 157232 from devel:languages:misc

- build with new automake
  * automake-1.13.patch

OBS-URL: https://build.opensuse.org/request/show/157232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile1?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2013-03-05 05:44:30 +00:00 committed by Git OBS Bridge
commit f008c1931d
3 changed files with 22 additions and 1 deletions

13
guile-automake-1.13.patch Normal file
View File

@ -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

View File

@ -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

View File

@ -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