Ticket #18994: patch-configure.diff
File patch-configure.diff, 615 bytes (added by macports@…, 16 years ago) |
---|
-
configure
old new 6308 6308 echo "$as_me: updating makefile.platform" >&6;} 6309 6309 sed -i -e "s/^PLATFORM.*/PLATFORM = $PLATFORM/" makefile.platform 6310 6310 6311 ##### Macports patches ##### 6312 echo 6313 echo "Patching makefile.config.gcc for Macports..." 6314 mv makefile.config.gcc makefile.config.gcc.orig 6315 /usr/bin/perl -e "while (<>){ s/-Wl,-framework,Cocoa/-framework Cocoa/; print; }" < makefile.config.gcc.orig > makefile.config.gcc 6316 ##### end of patches ##### 6317 6311 6318 # Output the configuration summary 6312 6319 echo 6313 6320 echo "Configure summary:"