diff options
Diffstat (limited to 'community/ccze')
-rw-r--r-- | community/ccze/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ccze/PKGBUILD b/community/ccze/PKGBUILD index 0ff0df300..160886073 100644 --- a/community/ccze/PKGBUILD +++ b/community/ccze/PKGBUILD @@ -3,9 +3,9 @@ pkgname=ccze pkgver=0.2.1 -pkgrel=5 +pkgrel=5.1 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 } |