diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 01:46:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 01:46:08 +0000 |
commit | f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch) | |
tree | c1428e3ef48406f008bf9e485352728e13586ff8 /misc/bb/Makefile | |
parent | bb8c820157b78f5163933bfd87bd3c92e922f882 (diff) | |
download | ports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.tar.gz ports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.zip |
Notes
Diffstat (limited to 'misc/bb/Makefile')
-rw-r--r-- | misc/bb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/bb/Makefile b/misc/bb/Makefile index 75106066219f..c43d92df26e3 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libaa.so:graphics/aalib \ BROKEN_aarch64= fails to build: regparm is not valid on this platform BROKEN_armv6= fails to build: regparm is not valid on this platform BROKEN_armv7= fails to build: regparm is not valid on this platform +BROKEN_riscv64= fails to build: regparm is not valid on this platform GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/bb-1.3.0 |