diff options
Diffstat (limited to 'graphics/s10sh')
-rw-r--r-- | graphics/s10sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index a84af1909f83..998ba994382f 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h BROKEN_armv6= Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h BROKEN_armv7= Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h +BROKEN_riscv64= Fails to build: error: cannot find the byte order for this architecture, fix bytesex.h USES= ncurses readline |