diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-01-17 01:03:54 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-01-17 21:12:13 +0000 |
commit | e2559c8df2e842f690b71bac92e9ed9212599d04 (patch) | |
tree | 0fcd6b1f7b2f810ff8c285555fa6b0e20682ff37 /shells | |
parent | 02c038c8cc15469c27b4b8ec24ae8b75d587262f (diff) |
shells/ksh-devel: Mark BROKEN on FreeBSD-12
ksh-devel fails to build on FreeBSD-12 with this error:
mamake: *** exit code 139 making lib/libcmd
mamake: *** exit code 1 making all
MFH: 2023Q1
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ksh-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile index 66991d2c9299..80de9e5b516d 100644 --- a/shells/ksh-devel/Makefile +++ b/shells/ksh-devel/Makefile @@ -21,6 +21,7 @@ LICENSE= EPL BROKEN_aarch64= Fails to link: missing sbrk BROKEN_riscv64= Fails to link: missing sbrk +ROKEN_FreeBSD_12= exit code 139 making lib/libcmd HASH= 4ec93745 AST_COMMIT_DATE= 2022.11.04 |