Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
303 B
C++
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;
|
|
|