]> git.pld-linux.org Git - packages/pango.git/commitdiff
Add -am.patch to fix build with automake 1.13 auto/th/pango-1.32.5-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 26 Mar 2013 12:17:57 +0000 (13:17 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 26 Mar 2013 12:17:57 +0000 (13:17 +0100)
pango-am.patch [new file with mode: 0644]
pango.spec

diff --git a/pango-am.patch b/pango-am.patch
new file mode 100644 (file)
index 0000000..5cf7851
--- /dev/null
@@ -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()
index 7dbfade3d0014a79fb1982da34a282123d937874..e99a14ece18b03b918f7df70f0a2b9471d076920 100644 (file)
@@ -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}}
This page took 0.154245 seconds and 4 git commands to generate.