diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-29 15:14:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-29 15:14:38 +0800 |
commit | 842385eb0fc38e5527596f4700f6c534587ce5dc (patch) | |
tree | 38b10a78360034bf483e3fe6138b3d1b10fa1bdb /lang | |
parent | e479b0ba5d196f4c7b1fae8079ba4b85481475e7 (diff) | |
download | freebsd-ports-gnome-842385eb0fc38e5527596f4700f6c534587ce5dc.tar.gz freebsd-ports-gnome-842385eb0fc38e5527596f4700f6c534587ce5dc.tar.zst freebsd-ports-gnome-842385eb0fc38e5527596f4700f6c534587ce5dc.zip |
Give the powerpc64 failure mode a more useful message.
While here, swap BROKEN for IGNORED. "Not supported upstream" is
supposed to be the latter.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/luajit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index 1731abfac504..9a2a6b25be20 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -15,8 +15,8 @@ LICENSE= MIT PD LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYRIGHT -BROKEN_aarch64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet) -BROKEN_powerpc64= not ported to powerpc64 upstream +IGNORE_aarch64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet) +IGNORE_powerpc64= fails to compile: lj_arch.h:346:2: No support for PowerPC 64 bit mode WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION} USES= gmake |