#42928: xft not found when building emacs from source ------------------------------+-------------------------------- Reporter: holtzermann17@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: Xft2 | ------------------------------+-------------------------------- Comment (by holtzermann17@…): Changing line 56 of {{{ft2build.h}}} like so fixed it: {{{ *** ft2build.h~ Thu Mar 20 22:13:36 2014 --- ft2build.h Thu Mar 20 22:13:46 2014 *************** *** 53,59 **** #define __FT2_BUILD_UNIX_H__ /* `<prefix>/include/freetype2' must be in your current inclusion path */ ! #include <freetype/config/ftheader.h> #endif /* __FT2_BUILD_UNIX_H__ */ --- 53,59 ---- #define __FT2_BUILD_UNIX_H__ /* `<prefix>/include/freetype2' must be in your current inclusion path */ ! #include <freetype2/config/ftheader.h> #endif /* __FT2_BUILD_UNIX_H__ */ }}} -- Ticket URL: <https://trac.macports.org/ticket/42928#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X