From 028edd8d602ccf81dcebde0b06220caeca0424a7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 30 Oct 2012 10:45:28 +0000 Subject: main/agg: fix building with automake-1.12 --- testing/agg/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testing/agg') diff --git a/testing/agg/APKBUILD b/testing/agg/APKBUILD index 9fb8fa2bf..2c995fd46 100644 --- a/testing/agg/APKBUILD +++ b/testing/agg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Elizabeth Jennifer Myers 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 } -- cgit v1.2.3