Ticket #43279: Portfile.patch
File Portfile.patch, 494 bytes (added by jmroot (Joshua Root), 11 years ago) |
---|
-
Portfile
67 67 68 68 post-activate { 69 69 # 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" 72 72 } 73 73 74 74 platform macosx {