Control: tags -1 + patch
Control: forwarded -1 https://github.com/djcsdy/swfmill/issues/32

Dear maintainer,

Please consider including this patch I have created and tested.
I also submitted it upstream.

Cheers,
-- Juhani Numminen
Description: Fix build failure with freetype 2.5.1
Author: Juhani Numminen <juhaninummin...@gmail.com>
Bug: https://github.com/djcsdy/swfmill/issues/32
Bug-Debian: http://bugs.debian.org/733356

--- a/src/swft/swft_import_ttf.cpp
+++ b/src/swft/swft_import_ttf.cpp
@@ -14,7 +14,7 @@
 #include FT_OUTLINE_H
 #include "SWFShapeMaker.h"
 
-#include <freetype/tttables.h>
+#include FT_TRUETYPE_TABLES_H
 
 using namespace SWF;
 

Reply via email to