diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-24 21:22:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-24 21:22:21 +0000 |
commit | b1bf1620a6571c5eb84bed4e3f06cf52094d0a48 (patch) | |
tree | 93506aaee5230ee46b75930c4b3a6b8e0f243d74 /graphics/swfmill/files | |
parent | 123411e1ee17366ee88efd54b8482949b8e76eb5 (diff) |
Notes
Diffstat (limited to 'graphics/swfmill/files')
-rw-r--r-- | graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp b/graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp new file mode 100644 index 000000000000..016392c7fb41 --- /dev/null +++ b/graphics/swfmill/files/patch-src_swft_swft-import-ttf.cpp @@ -0,0 +1,11 @@ +--- 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; + |