aboutsummaryrefslogtreecommitdiff
path: root/lang/luajit-openresty
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-05-18 00:41:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-05-18 00:41:58 +0000
commit1130d3d31438059b91c85319e25e07a8d4c0ce98 (patch)
tree1ed0136fe91595e6e3655f1f331b0452638e3325 /lang/luajit-openresty
parenta2341f00016bb0b9f91bf6a5d785c71a4b190c3d (diff)
downloadports-1130d3d31438059b91c85319e25e07a8d4c0ce98.tar.gz
ports-1130d3d31438059b91c85319e25e07a8d4c0ce98.zip
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)
Notes
Notes: svn path=/head/; revision=535694
Diffstat (limited to 'lang/luajit-openresty')
-rw-r--r--lang/luajit-openresty/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/luajit-openresty/Makefile b/lang/luajit-openresty/Makefile
index 582f2b50457f..3e548344ca4d 100644
--- a/lang/luajit-openresty/Makefile
+++ b/lang/luajit-openresty/Makefile
@@ -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