Use older versions of some libraries, and build 32-bit, when building
authorGuy Harris <guy@alum.mit.edu>
Tue, 9 Jul 2013 04:41:34 +0000 (04:41 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 9 Jul 2013 04:41:34 +0000 (04:41 -0000)
commitff15b893d8eb858a6a2da1882bb5d8ace9db2b24
treeee7df2e059fb74cd4de5d661a5af923d9b434e81
parentbbf7636e613bd66461ceb05d79c1d97cfe8c65f2
Use older versions of some libraries, and build 32-bit, when building
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
Makefile.am
macosx-setup.sh
macosx-support-lib-patches/glib-gconvert.c.patch [new file with mode: 0644]