extra/sdl_gfx: armv6h bits

This commit is contained in:
Kevin Mihelich 2012-07-29 19:27:23 +00:00
parent f9788dc4bd
commit e05da623fd

View file

@ -5,8 +5,6 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - need --disable-mmx for ARM as well
plugrel=1
pkgname=sdl_gfx
pkgver=2.0.23
pkgrel=1
@ -22,7 +20,7 @@ md5sums=('fcc3c4f2d1b4943409bf7e67dd65d03a')
build() {
cd ${srcdir}/SDL_gfx-${pkgver}
if [ "${CARCH}" == "x86_64" -o "${CARCH}" == "arm" -o "${CARCH}" == "armv7h" ]; then
if [ "${CARCH}" == "x86_64" -o "${CARCH}" == "arm" -o "${CARCH}" == "armv6h" -o "${CARCH}" == "armv7h" ]; then
./configure --prefix=/usr --disable-mmx
else
./configure --prefix=/usr