shells/ast-ksh: fix a typo, mark broken on 15

This is broken due to a new compiler on 14 so presumably also on 15.

PR:		275647
Approved by:	Marcin Cieślak <saper@saper.info> (maintainer)
Sponsored by:	DARPA

(cherry picked from commit c35a419ccf)
This commit is contained in:
Brooks Davis 2023-12-05 23:27:25 +00:00
parent 9d60156f12
commit 95010d81c0

View file

@ -22,7 +22,8 @@ LICENSE= EPL
BROKEN_aarch64= Fails to compile: needs sbrk
BROKEN_riscv64= Fails to compile: ast-ksh93v/src/lib/libast/hash/hashalloc.c:162:4: non-const lvalue reference to type '__builtin_va_list' cannot bind to a temporary of type 'va_list'
BROKEN_FreeBSD_14= Fails to compilt: error: incompatible function pointer types assigning to 'int (*)(wchar_t *, const char *, size_t)' (aka 'int (*)(int *, const char *, unsigned long)') from 'size_t (wchar_t *, const char *, size_t)' (aka 'unsigned long (int *, const char *, unsigned long)') [-Wincompatible-function-pointer-types]
BROKEN_FreeBSD_14= Fails to compile: error: incompatible function pointer types assigning to 'int (*)(wchar_t *, const char *, size_t)' (aka 'int (*)(int *, const char *, unsigned long)') from 'size_t (wchar_t *, const char *, size_t)' (aka 'unsigned long (int *, const char *, unsigned long)') [-Wincompatible-function-pointer-types]
BROKEN_FreeBSD_15= ${BROKEN_FreeBSD_14}
USES= compiler:c11