termux-packages/packages/fish
Leonid Pliushch b95398e3a5 fish: do not use wcstod_l() even if found on target
Fix following error when building fish on device with Android 9:

src/builtin_printf.cpp:278:12: error: use of undeclared identifier 'wcstod_l'; did you mean 'wcstold_l'?
    return wcstod_l(s, end, fish_c_locale());
2019-08-16 22:31:55 +03:00
..
build.sh fish: do not use wcstod_l() even if found on target 2019-08-16 22:31:55 +03:00
create_manpage_completions.py.patch
share-functions-__fish_print_help.fish.patch
src-env.cpp.patch
src-fish.cpp.patch
src-wutil.cpp.patch