Ticket #44846: Portfile.diff

File Portfile.diff, 353 bytes (added by zan@…, 10 years ago)
  • Portfile

    old new  
    4040
    4141patchfiles      patch-config-mh-darwin.diff
    4242
     43post-patch {
     44    reinplace "s|__PREFIX__|${prefix}|" \
     45        ${worksrcpath}/config/mh-darwin
     46}
     47
    4348# icu appends -O2 to the cflags and cxxflags
    4449configure.optflags-delete -Os
    4550