Ticket #46642: apple-gcc42.revised.patch
File apple-gcc42.revised.patch, 535 bytes (added by snipsnipsnip@…, 10 years ago) |
---|
-
Portfile
old new 255 255 if {[file exists ${developer_dir}/SDKs/MacOSX10.3.9.sdk] || 256 256 [file exists ${developer_dir}/SDKs/MacOSX10.4u.sdk] || 257 257 [file exists ${developer_dir}/SDKs/MacOSX10.5.sdk] || 258 258 ${build_arch} eq "ppc"} { 259 259 lappend build_targets ppc 260 build.args-append \ 261 CoreOSMakefiles="/Developer/Makefiles/CoreOS" 260 262 } 261 263 } 262 264 263 265 # TODO: arm?