diff options
Diffstat (limited to 'community/libdnet/PKGBUILD')
-rw-r--r-- | community/libdnet/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD index fb37692c9..28ab014d9 100644 --- a/community/libdnet/PKGBUILD +++ b/community/libdnet/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libdnet pkgver=1.12 pkgrel=8 pkgdesc="A simplified, portable interface to several low-level networking routines" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') makedepends=(python2) optdepends=(python2) license=("BSD") @@ -16,7 +16,7 @@ md5sums=('9253ef6de1b5e28e9c9a62b882e44cc9') build() { cd $srcdir/$pkgname-$pkgver - + sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.in autoreconf -I config --force --install ./configure --prefix=/usr --sbindir=/usr/bin make |