mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
9d60156f12
commit
95010d81c0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue