#41572: root: switch to external FreeType once "unknown type name 'FT_Glyph'; did you mean 'FTGlyph'" is fixed --------------------------+---------------------- Reporter: mojca@… | Owner: jonesc@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: root | --------------------------+---------------------- Comment (by mojca@…): I managed to overcome this particular problem with an ugly patch, replacing {{{ #define FT_GLYPH_H <ftglyph.h> }}} by {{{ #define FT_GLYPH_H <../freetype2/ftglyph.h> }}} in `$prefix/include/freetype2/config/ftheader.h` See the upstream ticket: * https://savannah.nongnu.org/bugs/index.php?40972 I hope a better solution will be found. -- Ticket URL: <https://trac.macports.org/ticket/41572#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X