summaryrefslogtreecommitdiff
path: root/glib/glib-2.28.1.patch
AgeCommit message (Collapse)AuthorFilesLines
2011-06-01disable obsolete python check, no traces of the greport tool anymoreChristian Lohmaier1-0/+16
2011-06-01Simply add if false around the chunk to bypass insteadTor Lillqvist1-714/+11
2011-06-01Don't use libintl in glibTor Lillqvist1-0/+782
Patch out the chunk of GLib's configure script that looks for libintl. Take care of fallout in a couple of places in GLib sources. The end result is that GLib doesn't use any libintl (gettext etc) functionality. Which is nice, as we then shouldn't need to build gettext. No functionality should be lost, as we weren't delivering any GLib message catalogs anyway, so none of the gettext calls at least here would ever have found any localised messages.
2011-05-31Enable building glib for iOSTor Lillqvist1-0/+17
Pass --build and --host options to the configure script. Pass a bunch of a priori cached test results for stuff that can't be determined when cross-compiling. Link with the CoreFoundation framework. Build static archives. Patch out the compile-time USE_LIBICONV_GNU and _LIBICONV_H test from gconvert.c as it for some reason fails for iOS.
2011-02-28rsvglibs: add glib dependency.Philipp Lohmann [pl]1-0/+41