diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-09 02:09:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-09 02:09:21 +0000 |
commit | 6ec5b8e812f2c246ede1a12004d5c35c0254b7ca (patch) | |
tree | 3d9c4fbafdf2132561c19ac86b6144163e15dcff /graphics/s10sh | |
parent | 8f9da8ce18b33956c6d8fe4dda13330dab3e3088 (diff) |
Notes
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 |