svn commit: r538831 - head/games/libretro-picodrive
Mark Linimon
linimon at FreeBSD.org
Sun Jun 14 21:44:50 UTC 2020
Author: linimon
Date: Sun Jun 14 21:44:49 2020
New Revision: 538831
URL: https://svnweb.freebsd.org/changeset/ports/538831
Log:
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)
Modified:
head/games/libretro-picodrive/Makefile
Modified: head/games/libretro-picodrive/Makefile
==============================================================================
--- head/games/libretro-picodrive/Makefile Sun Jun 14 21:31:26 2020 (r538830)
+++ head/games/libretro-picodrive/Makefile Sun Jun 14 21:44:49 2020 (r538831)
@@ -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
More information about the svn-ports-all
mailing list