Ticket #11690: freetype.diff
File freetype.diff, 1.2 KB (added by takanori@…, 18 years ago) |
---|
-
files/patch-modules.cfg
1 --- modules.cfg.orig 2007-01-31 14:51:06.000000000 +0900 2 +++ modules.cfg 2007-03-31 18:59:22.000000000 +0900 3 @@ -124,7 +124,7 @@ 4 5 # OpenType table validation. Needs ftotval.c below. 6 # 7 -# AUX_MODULES += otvalid 8 +AUX_MODULES += otvalid 9 10 # Auxiliary PostScript driver component to share common code. 11 # -
Portfile
3 3 PortSystem 1.0 4 4 name freetype 5 5 version 2.3.2 6 revision 1 6 7 categories print graphics 7 8 maintainers ryandesign@macports.org openmaintainer@macports.org 8 9 description A software font engine … … 21 22 checksums md5 119e1fe126fcfa5a70bc56db55f573d5 \ 22 23 sha1 4188a2ed344ddf89bdb1a054fb441019aa4b143d \ 23 24 rmd160 e4da77b6f8956d69e57269c5681560beda0ddb27 24 25 patchfiles patch-modules.cfg 25 26 depends_lib port:zlib 26 27 configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" 27 28