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

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Mon, 11 Dec 2023 18:54:42 UTC
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c35a419ccf030333c50808944ea171a8daaa8886

commit c35a419ccf030333c50808944ea171a8daaa8886
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-12-05 23:27:25 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-12-11 18:54:34 +0000

    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
---
 shells/ast-ksh/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile
index c7a4300d896e..c0057efca9a4 100644
--- a/shells/ast-ksh/Makefile
+++ b/shells/ast-ksh/Makefile
@@ -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