summaryrefslogtreecommitdiff
path: root/extra/libytnef/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libytnef/PKGBUILD')
-rw-r--r--extra/libytnef/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libytnef/PKGBUILD b/extra/libytnef/PKGBUILD
index 5516bb5ee..a5515ac9a 100644
--- a/extra/libytnef/PKGBUILD
+++ b/extra/libytnef/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=3
pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
url="http://freshmeat.net/projects/ytnef/"
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
options=('!libtool')
depends=('glibc')
source=("http://downloads.sourceforge.net/ytnef/${pkgname}-${pkgver}.tar.gz")
@@ -16,7 +16,7 @@ md5sums=('6c44b955f33cf714c75a7bbe895cc352')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static
+ ./configure --prefix=/usr --disable-static --build=$CHOST --host=$CHOST
make
}