Kevin Horton wrote:
[]
>>> <built-in>:0: warning: Mac OS X version 10.5 or later is needed for  
>>> use of the new objc abi
>> Better than placing MACOSX_DEPLOYMENT_TARGET=10.5 on the command  
>> line (what does this do on 10.4?) would be to simply *remove* the  
>> repeatedly occurring nonsensical "MACOSX_DEPLOYMENT_TARGET=10.1"  
>> from AquaTerm.xcodeproj/project.pbxproj and let  
>> MACOSX_DEPLOYMENT_TARGET from fink's environment take effect.
> 
> 
> I don't have a 10.4 machine to test on, so I have made no changes  
> here.  I did

You did?
I think you still should do something like

perl -pi -e 's|MACOSX_DEPLOYMENT_TARGET=10.1.*||g' \
AquaTerm.xcodeproj/project.pbxproj

in a PatchScript, or its equivalent in the Patchfile.

-- 
Martin

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to