mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/agg: fix building with automake-1.12
This commit is contained in:
parent
142384e54d
commit
028edd8d60
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user