main/evince: build fix for automake-1.13

This commit is contained in:
Natanael Copa 2012-12-31 11:40:57 +00:00
parent f7e58ef0db
commit 3f044c2fce
2 changed files with 15 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=evince
pkgver=2.32.0
pkgrel=12
pkgrel=13
pkgdesc="simple document viewer for GTK+"
url="http://projects.gnome.org/evince/"
arch="all"
@ -27,6 +27,7 @@ source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}
evince-2.32.0-update-poppler.patch
evince-2.32.0-use-popup.patch
libice-underlinking.patch
automake.patch
"
_builddir="${srcdir}/${pkgname}-${pkgver}"
@ -38,7 +39,7 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
autoreconf
aclocal && automake --add-missing && autoconf
}
build() {
@ -71,4 +72,5 @@ dd7c481578b472e65f947eae8ff94aff evince-2.32.0-pk-fonts.patch
b9def0a702de462adad4758ca9d96b0f evince-2.32.0-stop-spinner.patch
10630dcef4486c00e58ef93963b4177f evince-2.32.0-update-poppler.patch
7f8d43461c08e439a18c65571493ad98 evince-2.32.0-use-popup.patch
be7141be70e1434f699c0a14998d7ef0 libice-underlinking.patch"
be7141be70e1434f699c0a14998d7ef0 libice-underlinking.patch
ce28cef176b306bcd9e4ed4824fe41eb automake.patch"

View File

@ -0,0 +1,10 @@
--- ./configure.ac.orig 2010-09-27 18:48:44.000000000 +0000
+++ ./configure.ac 2012-12-31 11:36:59.992071872 +0000
@@ -57,7 +57,6 @@
AC_ISC_POSIX
AC_PROG_CC
-AM_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_CXX
AC_STDC_HEADERS