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 /shells/heirloom-sh | |
parent | 6b5efb1b8820c67344543e6cd051a864862f5a8f (diff) | |
download | freebsd-ports-553b088a0505b32e910f454bc2a296fca47ac9dd.zip |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'shells/heirloom-sh')
-rw-r--r-- | shells/heirloom-sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/heirloom-sh/Makefile b/shells/heirloom-sh/Makefile index f90e9b390af4..dc3b4e9fac0d 100644 --- a/shells/heirloom-sh/Makefile +++ b/shells/heirloom-sh/Makefile @@ -11,6 +11,7 @@ MAINTAINER= danielt@pilgerer.org COMMENT= Portable version of OpenSolaris' Bourne Shell BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_riscv64= Fails to link: missing sbrk USES= tar:bzip2 MAKEFILE= makefile |