summaryrefslogtreecommitdiff
path: root/community/ccze/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ccze/PKGBUILD')
-rw-r--r--community/ccze/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ccze/PKGBUILD b/community/ccze/PKGBUILD
index 36b524e47..f114d083f 100644
--- a/community/ccze/PKGBUILD
+++ b/community/ccze/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=ccze
pkgver=0.2.1
-pkgrel=6
+pkgrel=6.2
pkgdesc="Robust and modular log colorizer with many plugins"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://freshmeat.net/projects/ccze/"
license=('GPL')
depends=('ncurses' 'pcre')
@@ -24,7 +24,7 @@ build() {
sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
sed -e '/#undef error_t/d' -i system.h.in
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
make
}