Accepting request 254639 from electronics
- Fix build with automake 1.14 * gerbv-fix-install-sh-call.patch OBS-URL: https://build.opensuse.org/request/show/254639 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gerbv?expand=0&rev=6
This commit is contained in:
parent
5afa483c6c
commit
6888d1d12b
15
gerbv-fix-install-sh-call.patch
Normal file
15
gerbv-fix-install-sh-call.patch
Normal file
@ -0,0 +1,15 @@
|
||||
Index: gerbv-2.6.1/configure.ac
|
||||
===================================================================
|
||||
--- gerbv-2.6.1.orig/configure.ac
|
||||
+++ gerbv-2.6.1/configure.ac
|
||||
@@ -24,9 +24,9 @@ dnl Foundation, Inc., 59 Temple Place,
|
||||
|
||||
AC_INIT([gerbv], [2.6.1])
|
||||
AC_CONFIG_SRCDIR([src/gerbv.c])
|
||||
-AC_GNU_SOURCE
|
||||
AC_PREREQ([2.59])
|
||||
AM_INIT_AUTOMAKE([1.9])
|
||||
+AC_GNU_SOURCE
|
||||
|
||||
dnl Create a configuration header
|
||||
AM_CONFIG_HEADER([config.h])
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 21:24:37 UTC 2014 - dmitry_r@opensuse.org
|
||||
|
||||
- Fix build with automake 1.14
|
||||
* gerbv-fix-install-sh-call.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 09:34:34 UTC 2013 - dmitry_r@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gerbv
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@ -30,6 +30,8 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
|
||||
Patch1: gerbv-no-build-time.patch
|
||||
# PATCH-FIX-UPSTREAM gerbv-2.6.1-no-translation.patch -- disable translation due to missed files
|
||||
Patch2: gerbv-2.6.1-no-translation.patch
|
||||
# PATCH-FIX-UPSTREAM gerbv-fix-install-sh-call.patch -- Fix calling install-sh not from build dir for automake 1.14
|
||||
Patch3: gerbv-fix-install-sh-call.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libpng-devel
|
||||
@ -72,6 +74,7 @@ that use gerbv library.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user