aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mame/APKBUILD
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-01-21 16:56:34 +0000
committerAndy Postnikov <apostnikov@gmail.com>2019-01-22 19:18:08 +0200
commit1592ab8fb49188b222ad50159efc6a3399aeb8a3 (patch)
treea764f7d534db76ac15d644df0faf0d7979af631b /testing/mame/APKBUILD
parent70a222f1c53e8ad7e18a3174011f573636102cfb (diff)
downloadaports-1592ab8fb49188b222ad50159efc6a3399aeb8a3.tar.bz2
aports-1592ab8fb49188b222ad50159efc6a3399aeb8a3.tar.xz
testing/mame: fix ppc64le build break for float handling
Diffstat (limited to 'testing/mame/APKBUILD')
-rw-r--r--testing/mame/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/mame/APKBUILD b/testing/mame/APKBUILD
index 2ad477975a..6f35146991 100644
--- a/testing/mame/APKBUILD
+++ b/testing/mame/APKBUILD
@@ -3,10 +3,10 @@
pkgname=mame
pkgver=0.205
_pkgver=${pkgver/.}
-pkgrel=0
+pkgrel=1
pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset."
url="https://mamedev.org"
-arch="all !ppc64le"
+arch="all"
license="GPL-2.0-or-later"
depends="$pkgname-common"
makedepends="
@@ -54,6 +54,7 @@ source="
fix-musl.patch
m68000_archopts.patch
nonag.patch
+ fix-ppc64le-float.patch
SubtargetArcade_0200u0.diff
"
options="!check" # No test suite
@@ -222,4 +223,5 @@ dc008245cbea0b94f58d83e09bf5fd3fff04ac0e2f3a36b910a8b7633c5377419fc67a1fd366ef26
75bba366aebb37de7758368fbf7418194a18d535e61c1768e6c2c5cf4b3b7a2f625ef687cb8278c03daa9e308951df4c0bdcc944dfcc4ce5305f5ac83e5e049b fix-musl.patch
a4d628d4648d28b9ae95f27ecba4a70b999ef11ffde31b31ca3ce2ed2fd4cfcab82ec78e2602309952518fac8c549d0b8b4294f6aa34c1acaa77f012ea13de9e m68000_archopts.patch
864816a55f35f9d485ccd143a1e0acd76d47239a6d5344be2a76b50fd4efbdfb4f3e45318d7dfda67faa63c0a52022f2e8313f058965a1eba60e6ca4677a519b nonag.patch
+daa915d08b61e3828b28144f1934fd1fa9fe04da00b3536f86b984035f1a1bc81da498e1bc8632bc5f9c8b86533b70814a91318627fcafc3f05ebda59e303cc4 fix-ppc64le-float.patch
3796c725efb886f953c372b947a84dd6e09d59d0be9abc3c3c73625beeb7f3bdcc6e8c8057c3f59e297ed92fd5077b52a69a2de6dacb005b21cf552e4e641a4a SubtargetArcade_0200u0.diff"