extra/ffcall: armv6h bits

This commit is contained in:
Kevin Mihelich 2012-07-29 19:23:38 +00:00
parent 3aa42e49cd
commit ccb4d6f536

View file

@ -2,13 +2,11 @@
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Michael Baehr <usemike@spamblocked.com>
# ALARM: Kevin Mihelich <kevin@plugapps.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - using source from Ubuntu Natty, 1.10+cvs20100619-2build1
# - this has the upstream updates to allow <ARMv6 to compile
# - when ffcall gets updated in abs, try new version, delete this if it works
plugrel=1
pkgname=ffcall
pkgver=1.10
pkgrel=4
@ -22,7 +20,7 @@ md5sums=('700e91d12c2fddf3aa4090436ce28370')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
if [ "$CARCH" = "armv7h" ]; then
if [ "$CARCH" = "armv6h" -o "$CARCH" = "armv7h" ]; then
./configure --prefix=/usr --mandir=/usr/share/man --with-pic || return 1
else
./configure --prefix=/usr --mandir=/usr/share/man || return 1