diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-06-15 05:44:49 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-06-15 05:44:49 +0800 |
commit | adf8dd81f9f921cc3a525364b46123b496a92bb5 (patch) | |
tree | 3f8ee7623fd458645ee7727bda6e3bb0691d1de2 /games | |
parent | c156e997c5191c895bdf123f615fb41b088b322d (diff) | |
download | freebsd-ports-gnome-adf8dd81f9f921cc3a525364b46123b496a92bb5.tar.gz freebsd-ports-gnome-adf8dd81f9f921cc3a525364b46123b496a92bb5.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'games')
-rw-r--r-- | games/libretro-picodrive/Makefile | 3 |
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 |