summaryrefslogtreecommitdiff
path: root/community/devilspie/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/devilspie/PKGBUILD')
-rw-r--r--community/devilspie/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/devilspie/PKGBUILD b/community/devilspie/PKGBUILD
index 579bdc74c..451337b27 100644
--- a/community/devilspie/PKGBUILD
+++ b/community/devilspie/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=devilspie
pkgver=0.22
-pkgrel=5
+pkgrel=5.2
pkgdesc="x11 window matching utility"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.burtonini.com/blog/computers/devilspie"
license=('GPL')
depends=('libwnck')
@@ -18,6 +18,8 @@ md5sums=('4190e12f99ab92c0427e457d9fbfe231')
build() {
cd $srcdir/$pkgname-$pkgver
sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
+ sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.in
+ sed -i 's|AM_PROG_CC_STDC|AC_PROG_CC|g' configure.in
export LIBS="-lX11"
./autogen.sh