Changeset View
Changeset View
Standalone View
Standalone View
shells/ast-ksh/Makefile
Show All 14 Lines | |||||
DIST_SUBDIR= ksh93 | DIST_SUBDIR= ksh93 | ||||
MAINTAINER= saper@saper.info | MAINTAINER= saper@saper.info | ||||
COMMENT= KornShell 93 | COMMENT= KornShell 93 | ||||
WWW= http://www.kornshell.com/ | WWW= http://www.kornshell.com/ | ||||
LICENSE= EPL | 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_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 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_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} | BROKEN_FreeBSD_15= ${BROKEN_FreeBSD_14} | ||||
USES= compiler:c11 | USES= compiler:c11 sbrk | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= att | GH_ACCOUNT= att | ||||
GH_PROJECT= ast | GH_PROJECT= ast | ||||
GH_TAGNAME= ksh93v | GH_TAGNAME= ksh93v | ||||
# IMPORTANT: Disabling conflicts, i.e. -DDISABLE_CONFLICTS will result in | # IMPORTANT: Disabling conflicts, i.e. -DDISABLE_CONFLICTS will result in | ||||
# arcane build failures due to already installed ksh/ksh93 in | # arcane build failures due to already installed ksh/ksh93 in | ||||
Show All 34 Lines |