Changes between Initial Version and Version 5 of Ticket #14807


Ignore:
Timestamp:
Dec 24, 2008, 8:45:42 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

So should we mark this ticket as invalid?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14807

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to lyle.johnson@…
    • Property Port fox added
    • Property Milestone changed from to Port Bugs
  • Ticket #14807 – Description

    initial v5  
    1 
    21When building x11/fox toolkit it has a dependency on freetype. The header files for the current port of freetype is installed in /opt/local/include/freetype. I needed to change the Portfile to include this path:
    32
     3{{{
    44configure.cppflags-append       "-I${x11prefix}/include -I${prefix}/include/freetype2"
     5}}}
    56
    67- Will Sobel