aboutsummaryrefslogtreecommitdiff
path: root/patches/gettext
Commit message (Collapse)AuthorAgeFilesLines
* Add gettext 0.19.8.1Alexey Neyman2017-01-263-0/+302
| | | | | | | | Patches: 120 - updated to apply cleanly 140,150 - removed, now upstream Signed-off-by: Alexey Neyman <stilor@att.net>
* Add patches for <sys/select.h> issue on Cygwin.Alexey Neyman2016-12-062-0/+70
| | | | | | | From gnulib´s mailing list; paths modified to match gnulib module inside gettext. Signed-off-by: Alexey Neyman <stilor@att.net>
* Rename gettext 0.19.6 patches to 0.19.7.Alexey Neyman2016-12-063-19/+19
| | | | | | 120-*.patch needed an update; others copied verbatim. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add gettext and libiconv as companion libsRay Donnelly2015-11-133-0/+472
.. they're needed for the RPC generation in glibc on both Cygwin and MinGW-w64. Neither are built on GNU/Linux and iconv is not built on Darwin. Two patches for gettext are needed, one so that -O0 works and one so that static builds can be made. They can take a good while to build, so if not needed for_host or for_build then they are not built. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>