diff options
-rw-r--r-- | community/agg/PKGBUILD | 3 | ||||
-rw-r--r-- | community/apitrace/PKGBUILD | 4 | ||||
-rw-r--r-- | community/augeas/PKGBUILD | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/community/agg/PKGBUILD b/community/agg/PKGBUILD index 4ac0172da..a8f4b8e7d 100644 --- a/community/agg/PKGBUILD +++ b/community/agg/PKGBUILD @@ -3,7 +3,7 @@ pkgname=agg pkgver=2.5 -pkgrel=4 +pkgrel=4.1 pkgdesc="A High Quality Rendering Engine for C++" arch=('i686' 'x86_64' 'mips64el') url="http://www.antigrain.com/" @@ -23,6 +23,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np1 -i "${srcdir}/agg-2.4-depends.patch" patch -Np1 -i "${srcdir}/agg-2.5-pkgconfig.patch" + sed -i '/^AM_C_PROTOTYPES/d' configure.in sh ./autogen.sh ./configure --prefix=/usr --disable-static make diff --git a/community/apitrace/PKGBUILD b/community/apitrace/PKGBUILD index ba20fd302..1676111a2 100644 --- a/community/apitrace/PKGBUILD +++ b/community/apitrace/PKGBUILD @@ -7,14 +7,14 @@ pkgname=apitrace pkgver=3.0 pkgrel=1 pkgdesc="Graphics API Tracing" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/apitrace/apitrace" license=('custom') makedepends=('cmake' 'mesa' 'libgl>=9.1' 'python2' 'qtwebkit' 'qjson') optdepends=('qtwebkit: GUI support' 'qjson: GUI support') source=("https://github.com/apitrace/$pkgname/zipball/$pkgver" gcc-4.7-fix.patch) -md5sums=('9ef70fa990f165e30a4408762fdb4a76' +md5sums=('d3c61c88684de9dc2641d974292b0c49' '27a9a7aa14355b56fb48e2e17ff9911e') build() { diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD index b19b3e230..09ef5c9c2 100644 --- a/community/augeas/PKGBUILD +++ b/community/augeas/PKGBUILD @@ -17,7 +17,6 @@ md5sums=('82131019432ecf8102e1491610ad2dd1' build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i ${srcdir}/augeas-0.10.0-gets.patch sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in ./configure --prefix=/usr make |