extra/sdl_gfx: v8 update

This commit is contained in:
Kevin Mihelich 2015-07-18 21:39:08 +00:00
parent 329b1cacab
commit 513daa4160

View file

@ -21,7 +21,7 @@ md5sums=('ea24ed4b82ff1304809c363494fa8e16')
build() {
cd SDL_gfx-${pkgver}
if [ "${CARCH}" == "x86_64" -o "${CARCH}" == "arm" -o "${CARCH}" == "armv6h" -o "${CARCH}" == "armv7h" ]; then
if [ "${CARCH}" == "x86_64" -o "${CARCH}" == "arm" -o "${CARCH}" == "armv6h" -o "${CARCH}" == "armv7h" -o "${CARCH}" == "aarch64" ]; then
./configure --prefix=/usr --disable-mmx
else
./configure --prefix=/usr