New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11690: freetype.diff

File freetype.diff, 1.2 KB (added by takanori@…, 5 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

     
    33PortSystem      1.0 
    44name            freetype 
    55version         2.3.2 
     6revision        1 
    67categories      print graphics 
    78maintainers     ryandesign@macports.org openmaintainer@macports.org 
    89description     A software font engine 
     
    2122checksums       md5 119e1fe126fcfa5a70bc56db55f573d5 \ 
    2223                sha1 4188a2ed344ddf89bdb1a054fb441019aa4b143d \ 
    2324                rmd160 e4da77b6f8956d69e57269c5681560beda0ddb27 
    24  
     25patchfiles      patch-modules.cfg 
    2526depends_lib     port:zlib 
    2627configure.env   CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" 
    2728