]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- include ft2build.h before other freetype headers
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 29 Dec 2003 12:28:00 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib-ft2build_h.patch -> 1.1

ClanLib-ft2build_h.patch [new file with mode: 0644]

diff --git a/ClanLib-ft2build_h.patch b/ClanLib-ft2build_h.patch
new file mode 100644 (file)
index 0000000..b80fa86
--- /dev/null
@@ -0,0 +1,11 @@
+diff -durN -x '*~' ClanLib-0.6.5.orig/Sources/TTF/font_ttf.cpp ClanLib-0.6.5/Sources/TTF/font_ttf.cpp
+--- ClanLib-0.6.5.orig/Sources/TTF/font_ttf.cpp        2002-01-15 16:18:48.000000000 +0000
++++ ClanLib-0.6.5/Sources/TTF/font_ttf.cpp     2004-12-29 12:15:07.112200536 +0000
+@@ -21,6 +21,7 @@
+ #include <malloc.h>
+ #include "Display/Font/font_generic.h"
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+ #include "font_ttf.h"
This page took 0.120803 seconds and 4 git commands to generate.