summaryrefslogtreecommitdiff
path: root/extra/libgksu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgksu/PKGBUILD')
-rw-r--r--extra/libgksu/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/libgksu/PKGBUILD b/extra/libgksu/PKGBUILD
index d64ba07d9..614346b97 100644
--- a/extra/libgksu/PKGBUILD
+++ b/extra/libgksu/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=libgksu
pkgver=2.0.12
-pkgrel=5
+pkgrel=5.1
pkgdesc="gksu authorization library"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://www.nongnu.org/gksu/index.html"
license=(GPL)
depends=('gconf' 'gtk2' 'libgnome-keyring' 'libgtop' 'startup-notification')
@@ -41,6 +41,8 @@ build() {
touch NEWS README
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+
intltoolize --force --copy --automake
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc \