Ticket #43279: Portfile.patch

File Portfile.patch, 494 bytes (added by jmroot (Joshua Root), 10 years ago)
  • Portfile

     
    6767
    6868post-activate {
    6969    # fc-cache can fail due to /Network/Library/Fonts being unavailable, so force success.
    70     system "${prefix}/bin/fc-cache -frsv || true"
    71     system "${prefix}/bin/fc-cache -frv || true"
     70    system "${prefix}/bin/fc-cache -sv || true"
     71    system "${prefix}/bin/fc-cache -v || true"
    7272}
    7373
    7474platform macosx {