From 683382180b7588301d175f0ffb3d02f2a75bfb57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Fri, 25 Nov 2011 17:39:35 -0500 Subject: [PATCH] contrib: MacOSX 10.5 works fine (tested for PPC32) Use this as the default Specify which framework to use by using OSX_VERSION=10.6 --- contrib/src/main.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 47a55b2d72..c212d71335 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -90,7 +90,7 @@ endif endif ifdef HAVE_MACOSX -OSX_VERSION=10.6 +OSX_VERSION?=10.5 MACOSX_SDK=/Developer/SDKs/MacOSX$(OSX_VERSION).sdk CC=gcc-4.2 CXX=g++-4.2 -- 2.39.2