1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Mark as BROKEN on powerpc64:

gmake[2]: *** No rule to make target 'vm_ppc64.dasc', needed by 'host/buildvm_arch.h'.

While here, remove sparc stanza, as we no longer support the arch.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-05-18 00:41:58 +00:00
parent a2341f0001
commit 1130d3d314
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535694

View File

@ -14,6 +14,8 @@ LICENSE= MIT PD
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BROKEN_powerpc64= fails to build: gmake[2]: *** No rule to make target 'vm_ppc64.dasc', needed by 'host/buildvm_arch.h'.
USES= gmake
CONFLICTS_INSTALL= luajit
@ -32,7 +34,7 @@ PLIST_SUB+= VERSION=${LUAJIT_VERSION} SOVERSION=${LUAJIT_SOVERSION}
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc*} || ${ARCH:Mmips*} || ${ARCH:Msparc*}
.if ${ARCH:Mpowerpc*} || ${ARCH:Mmips*}
USE_GCC=yes
.endif