summaryrefslogtreecommitdiff
path: root/community/augeas/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/augeas/PKGBUILD')
-rw-r--r--community/augeas/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index 9c79d790e..b19b3e230 100644
--- a/community/augeas/PKGBUILD
+++ b/community/augeas/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=augeas
pkgver=1.0.0
pkgrel=1
pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://augeas.net"
license=('LGPL')
depends=('libxml2' 'gcc-libs')
@@ -17,6 +17,7 @@ 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