Ticket #877: parrot_snowleopard_configure.patch
File parrot_snowleopard_configure.patch, 0.7 KB (added by johnewart, 12 years ago) |
---|
-
config/init/hints/darwin.pm
39 39 40 40 my $lib_dir = $conf->data->get('build_dir') . "/blib/lib"; 41 41 $flagsref->{ldflags} .= " -L$lib_dir"; 42 $flagsref->{ccflags} .= " -pipe -fno-common -Wno-long-double ";43 42 43 if ($ENV{'MACOSX_DEPLOYMENT_TARGET'} eq "10.6") 44 { 45 $flagsref->{ccflags} .= " -pipe -fno-common "; 46 } else { 47 $flagsref->{ccflags} .= " -pipe -fno-common -Wno-long-double "; 48 } 49 44 50 $conf->data->set( 45 51 darwin => 1, 46 52 osx_version => $ENV{'MACOSX_DEPLOYMENT_TARGET'},