Changes between Initial Version and Version 1 of Ticket #47716


Ignore:
Timestamp:
May 13, 2015, 3:28:31 PM (9 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47716

    • Property Cc ryandesign@… removed
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords freetype development ftgl removed
  • Ticket #47716 – Description

    initial v1  
    11Freetype used to install most header files in
    22
     3{{{
    34<includedir>/freetype2/freetype
     5}}}
    46
    57for 2.5.5, this changed to:
     8{{{
    69<includedir>/freetype2
     10}}}
    711
    812This creates a conflict when attempting to use ftgl, which depends on freetype; on a case-insensitive mac (as most are), the ftgl FTGlyph.h is confused with freetype's ftglyph.h. For compilation with freetype, the <includedir>/freetype2 dir needs to be in the include path, which makes that all header files there are visible to the compiler.