main/agg: fix building with automake-1.12

This commit is contained in:
Natanael Copa 2012-10-30 10:45:28 +00:00
parent 142384e54d
commit 028edd8d60

View File

@ -2,7 +2,7 @@
# Maintainer: Elizabeth Jennifer Myers <elizabeth@sporksirc.net>
pkgname=agg
pkgver=2.5
pkgrel=1
pkgrel=2
pkgdesc="A Rendering Engine for C++"
url="http://antigrain.org/"
license="GPL"
@ -23,6 +23,8 @@ prepare() {
msg "Applying ${i}"
patch -Np1 -i "$i" || return 1
done
# fix building against automake-1.12
sed -i '/^AM_C_PROTOTYPES/d' configure.in
sh ./autogen.sh || return 1
}