diff options
Diffstat (limited to 'testing/fs-uae/APKBUILD')
-rw-r--r-- | testing/fs-uae/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD index 159a709034..47a4944473 100644 --- a/testing/fs-uae/APKBUILD +++ b/testing/fs-uae/APKBUILD @@ -3,7 +3,7 @@ pkgname=fs-uae # Remember to upgrade fs-uae-launcher to same version of fs-uae pkgver=2.8.4 -pkgrel=1 +pkgrel=2 pkgdesc="Amiga emulator." url="https://fs-uae.net/" arch="all !armhf !armv7 !aarch64 !s390x" # --enable-jit not supported for these arches @@ -22,7 +22,7 @@ build() { ppc64le) _jitoptions="--disable-jit" export CFLAGS="-g -O2 -U__ALTIVEC__" - export CXXFLAGS="-g -O2 -U__ALTIVEC__" + export CXXFLAGS="-D__STRICT_ANSI__ -g -O2 -U__ALTIVEC__" ;; esac |