Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
12 lines
316 B
C++
12 lines
316 B
C++
--- include/LASi.h.orig 2013-12-13 10:12:32.000000000 +0100
|
|
+++ include/LASi.h 2013-12-13 10:14:20.000000000 +0100
|
|
@@ -11,7 +11,8 @@
|
|
#include <sstream>
|
|
#include <map>
|
|
#include <pango/pango.h>
|
|
-#include <freetype/ftglyph.h>
|
|
+#include <ft2build.h>
|
|
+#include FT_GLYPH_H
|
|
|
|
class FreetypeGlyphMgr;
|
|
class ContextMgr;
|