1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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)
This commit is contained in:
Mark Linimon 2020-06-14 21:44:49 +00:00
parent c156e997c5
commit adf8dd81f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538831

View File

@ -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