Revision: 115411 https://trac.macports.org/changeset/115411 Author: ryandesign@macports.org Date: 2014-01-01 06:10:13 -0800 (Wed, 01 Jan 2014) Log Message: ----------- xfe: fix build with freetype 2.5.1 (#41906; maintainer timeout) Modified Paths: -------------- trunk/dports/x11/xfe/Portfile Modified: trunk/dports/x11/xfe/Portfile =================================================================== --- trunk/dports/x11/xfe/Portfile 2014-01-01 12:59:58 UTC (rev 115410) +++ trunk/dports/x11/xfe/Portfile 2014-01-01 14:10:13 UTC (rev 115411) @@ -32,3 +32,6 @@ reinplace "s;/usr/local/share;${prefix}/share;" \ ${worksrcpath}/src/xfedefs.h } + +# Fix build with freetype 2.5.1+ +configure.args ac_cv_header_freetype_config_ftheader_h=yes
participants (1)
-
ryandesign@macports.org