diff options
Diffstat (limited to 'extra/libytnef/PKGBUILD')
-rw-r--r-- | extra/libytnef/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libytnef/PKGBUILD b/extra/libytnef/PKGBUILD index 74ef081a3..ca35e0a20 100644 --- a/extra/libytnef/PKGBUILD +++ b/extra/libytnef/PKGBUILD @@ -8,14 +8,14 @@ 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') depends=('glibc') source=("http://downloads.sourceforge.net/ytnef/${pkgname}-${pkgver}.tar.gz") md5sums=('6c44b955f33cf714c75a7bbe895cc352') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-static + ./configure --prefix=/usr --disable-static --build=$CHOST --host=$CHOST make } |