aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-06-14 21:44:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-06-14 21:44:49 +0000
commitadf8dd81f9f921cc3a525364b46123b496a92bb5 (patch)
tree3f8ee7623fd458645ee7727bda6e3bb0691d1de2 /games
parentc156e997c5191c895bdf123f615fb41b088b322d (diff)
downloadports-adf8dd81f9f921cc3a525364b46123b496a92bb5.tar.gz
ports-adf8dd81f9f921cc3a525364b46123b496a92bb5.zip
Mark as only for x86: the other archs are rejected.
Note: there is some code for arm in cpu/sh2/compiler.c, but it does not look as though the code detects ARCH properly. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=538831
Diffstat (limited to 'games')
-rw-r--r--games/libretro-picodrive/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/libretro-picodrive/Makefile b/games/libretro-picodrive/Makefile
index cb44e7f77d69..8c6a73423fc4 100644
--- a/games/libretro-picodrive/Makefile
+++ b/games/libretro-picodrive/Makefile
@@ -9,7 +9,8 @@ COMMENT= Fast MegaDrive/MegaCD/32X emulator
LICENSE= PD
-BROKEN_aarch64= error: unsupported arch
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= all archs except x86 report error: unsupported arch
USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes