freebsd-ports/graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp
Koop Mast b1bf1620a6 Update freetype to 2.5.2.
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
2013-12-24 21:22:21 +00:00

11 lines
303 B
C++

--- src/swft/swft_import_ttf.cpp.orig 2013-12-16 08:12:12.000000000 +0100
+++ src/swft/swft_import_ttf.cpp 2013-12-16 08:11:52.000000000 +0100
@@ -14,7 +14,7 @@
#include FT_OUTLINE_H
#include "SWFShapeMaker.h"
-#include <freetype/tttables.h>
+#include FT_TRUETYPE_TABLES_H
using namespace SWF;