diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-01 23:51:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-01 23:51:48 +0000 |
commit | 553b088a0505b32e910f454bc2a296fca47ac9dd (patch) | |
tree | b95d03e698b9ef7fe36e585725c5dcfc5aee36d0 /science | |
parent | 6b5efb1b8820c67344543e6cd051a864862f5a8f (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/fastcap/Makefile | 1 | ||||
-rw-r--r-- | science/fasthenry/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/science/fastcap/Makefile b/science/fastcap/Makefile index 424f36f4fd1b..645bc4f3a281 100644 --- a/science/fastcap/Makefile +++ b/science/fastcap/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= auto-accept BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_riscv64= Fails to link: missing sbrk HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config diff --git a/science/fasthenry/Makefile b/science/fasthenry/Makefile index 17ea49ce19e0..698730176a59 100644 --- a/science/fasthenry/Makefile +++ b/science/fasthenry/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multipole-accelerated inductance analysis program BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_riscv64= Fails to link: missing sbrk HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config |