[packages/pango] Add -am.patch to fix build with automake 1.13

megabajt megabajt at pld-linux.org
Tue Mar 26 13:18:21 CET 2013


commit 9c1b6b428d2dce17cc873d6ca6421068323787db
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Tue Mar 26 13:17:57 2013 +0100

    Add -am.patch to fix build with automake 1.13

 pango-am.patch | 11 +++++++++++
 pango.spec     |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/pango.spec b/pango.spec
index 7dbfade..e99a14e 100644
--- a/pango.spec
+++ b/pango.spec
@@ -16,6 +16,7 @@ Group:		X11/Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/pango/1.32/%{name}-%{version}.tar.xz
 # Source0-md5:	8e846804d6e219bc795a26a4a39b5bfd
 Patch0:		%{name}-arch_confdir.patch
+Patch1:		%{name}-am.patch
 URL:		http://www.pango.org/
 BuildRequires:	autoconf >= 2.59-9
 BuildRequires:	automake >= 1:1.9
@@ -159,6 +160,7 @@ pango - przykładowe programy.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{?with_apidocs:%{__gtkdocize}}
diff --git a/pango-am.patch b/pango-am.patch
new file mode 100644
index 0000000..5cf7851
--- /dev/null
+++ b/pango-am.patch
@@ -0,0 +1,11 @@
+--- pango-1.32.5/configure.ac.automake	2013-03-26 10:56:44.897932991 +0100
++++ pango-1.32.5/configure.ac	2013-03-26 10:56:56.854534883 +0100
+@@ -54,7 +54,7 @@ dnl -Wno-portability tells automake to s
+ dnl usage of GNU Make specific features.
+ AM_INIT_AUTOMAKE(1.9 gnits dist-xz no-dist-gzip -Wno-portability)
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ 
+ PANGO_VERSION_MAJOR=pango_version_major()
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pango.git/commitdiff/9c1b6b428d2dce17cc873d6ca6421068323787db



More information about the pld-cvs-commit mailing list