#41593: freetype: many ports fail to build due to change in include path structure -----------------------+-------------------------- Reporter: devans@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: freetype | -----------------------+-------------------------- Comment (by ryandesign@…): As far as I can tell, any port doing e.g. {{{ #include <freetype/freetype.h> #include <freetype/tttables.h> }}} is doing it wrong. It should instead be doing: {{{ #include <ft2build.h> #include FT_FREETYPE_H #include FT_TRUETYPE_TABLES_H }}} This has been the case for years; the deprecated usage was finally (and unexpectedly, to me) broken in 2.5.1 by rearranging the files. -- Ticket URL: <https://trac.macports.org/ticket/41593#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X