aboutsummaryrefslogtreecommitdiff
path: root/packages/gettext/0.20.1
Commit message (Collapse)AuthorAgeFilesLines
* gettext: Add patch for C23 compatibilityChris Packham2025-06-041-0/+51
| | | | | | | | Back port an upstream patch to allow gettext-0.20.1 to build with a C23 compiler. Fixes #2350 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* gettext: Add fix for tparm check in gettext-0.20.1Chris Packham2025-02-021-0/+49
| | | | | | | | Some canadian configs that use uclibc are pinned to gettext-0.20.1. We need to update some of the configure checks to avoid issues with newer versions of GCC. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Pick up gettext patch for pthread_sigmask build on mingw32Alexey Neyman2020-02-031-0/+356
| | | | | | Fixes #1272. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add gettext 0.20.1Alexey Neyman2019-10-013-0/+34
Two patches from 0.18.8.1 were dropped: - one changing the declaration of environ is no longer needed, the corresponding files no longer have this declaration - one with Woe32 fixes for -O0 may need to be re-added but only after I find what configuration breaks without it; gettext sources overwent a massive restructuring so this patch should not be applied without testing. Signed-off-by: Alexey Neyman <stilor@att.net>