aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-support-lib-patches/glib-gconvert.c.patch
AgeCommit message (Collapse)AuthorFilesLines
2018-04-10macos-setup.sh: More GTK and minimum supported version cleanupsJoerg Mayer1-13/+0
Change-Id: Ia2992fe65c2c16e4b42d252ba0f08266a95f4b10 Reviewed-on: https://code.wireshark.org/review/26840 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2013-07-09Use older versions of some libraries, and build 32-bit, when buildingGuy Harris1-0/+13
for Leopard. Fix some issues that came up with the older versions. We don't support building *on* Leopard - we check for that up front - so eliminate some code to handle that. When uninstalling, check for the installed version by looking at the name of the -done file, so we don't have to trust the _VERSION settings. We don't appear to need to build our own versions of libpng or pixman when building *on* Snow Leopard *for* Leopard. The libffi configure patch for GLib appears not to be necessary - perhaps building and installing pkg-config *before* building GLib makes it no longer necessary - and it doesn't work with older versions of GLib, so don't apply it. svn path=/trunk/; revision=50456