diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 03:17:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 03:17:13 +0000 |
commit | a08a0b9e9c44d4ab98a07253ce4e8938fb105b16 (patch) | |
tree | 96cb86bb89a62e62b6f50d989a0672c88e528d2f | |
parent | Mark as BROKEN on riscv64 the same as on powerpc64-13. (diff) |
Mark as BROKEN on riscv64:
../src/luajit2/src/lj_arch.h:55:2: error: "No support for this architecture (yet)"
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
Notes
Notes:
svn path=/head/; revision=562016
-rw-r--r-- | games/tome4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index ec30f2da687c..91ed091f4ca4 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -16,6 +16,8 @@ COMMENT= Epic tactical turn-based roguelike adventure LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_riscv64= fails to build: src/luajit2/src/lj_arch.h:55:2: No support for this architecture (yet) + BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png |