Ticket #18994: patch-configure.diff

File patch-configure.diff, 615 bytes (added by macports@…, 15 years ago)
  • configure

    old new  
    63086308echo "$as_me: updating makefile.platform" >&6;}
    63096309sed -i -e "s/^PLATFORM.*/PLATFORM = $PLATFORM/" makefile.platform
    63106310
     6311##### Macports patches #####
     6312echo
     6313echo "Patching makefile.config.gcc for Macports..."
     6314mv 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
    63116318# Output the configuration summary
    63126319echo
    63136320echo "Configure summary:"