Ticket #30745: freetype-Portfile.diff
File freetype-Portfile.diff, 699 bytes (added by pguyot (Paul Guyot), 13 years ago) |
---|
-
Portfile
61 61 62 62 configure.universal_args-delete --disable-dependency-tracking 63 63 64 # --with-old-mac-fonts was incompatible with gd2 on 10.5 65 # Everything was fine on 10.4 66 # See: http://trac.macports.org/ticket/15909 64 67 platform macosx { 68 variant with_old_mac_fonts description {Mac-only APIs and support for resource-based fonts} { 69 configure.args-append --with-old-mac-fonts 70 } 71 65 72 if {${os.major} < 9} { 66 configure.args-append \ 67 --with-old-mac-fonts 73 default_variants +with_old_mac_fonts 68 74 } 69 75 } 70 76