mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/sdl_gfx: v8 update
This commit is contained in:
parent
329b1cacab
commit
513daa4160
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ md5sums=('ea24ed4b82ff1304809c363494fa8e16')
|
||||||
build() {
|
build() {
|
||||||
cd SDL_gfx-${pkgver}
|
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
|
./configure --prefix=/usr --disable-mmx
|
||||||
else
|
else
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
|
|
Loading…
Reference in a new issue