hatari: add aarch64 support
This commit is contained in:
parent
9aad570fb7
commit
488c7c0578
srcpkgs/hatari
11
srcpkgs/hatari/patches/aarch64.patch
Normal file
11
srcpkgs/hatari/patches/aarch64.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/cpu/sysdeps.h.orig 2016-11-03 22:25:43.000000000 +0100
|
||||
+++ src/cpu/sysdeps.h 2017-03-20 09:43:25.919910461 +0100
|
||||
@@ -52,7 +52,7 @@
|
||||
#define CPU_64_BIT 1
|
||||
#elif defined(__i386__) || defined(_M_IX86)
|
||||
#define CPU_i386 1
|
||||
-#elif defined(__arm__) || defined(_M_ARM)
|
||||
+#elif defined(__arm__) || defined(_M_ARM) || defined(__aarch64__)
|
||||
#define CPU_arm 1
|
||||
#elif defined(__powerpc__) || defined(_M_PPC) || defined(__ppc__) || defined(__ppc64__)
|
||||
#define CPU_powerpc 1
|
@ -11,7 +11,3 @@ license="GPL-2"
|
||||
homepage="http://hatari.tuxfamily.org/"
|
||||
distfiles="http://download.tuxfamily.org/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=52a447a59b6979d55d1525f3c4a21ec013e4371354d6683ede71546c5e6da577
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/206754564/log.txt";;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user