summaryrefslogtreecommitdiff
path: root/x11-fonts/libXfont
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-21 23:33:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-21 23:33:25 +0000
commitbad0c4eb0f3590811c5040e62ac1c54b3efd88a6 (patch)
treeb9e58c3ce9d037251dfe7c2b2fb275e9c904812b /x11-fonts/libXfont
parentFix build with freetype2-2.1.7. (diff)
Fix build with freetype2-2.1.7.
Notes
Notes: svn path=/head/; revision=104870
Diffstat (limited to 'x11-fonts/libXfont')
-rw-r--r--x11-fonts/libXfont/files/patch-FreeType_ftenc.c12
-rw-r--r--x11-fonts/libXfont/files/patch-FreeType_ftfuncs.c12
-rw-r--r--x11-fonts/libXfont/files/patch-FreeType_fttools.c12
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-fonts/libXfont/files/patch-FreeType_ftenc.c b/x11-fonts/libXfont/files/patch-FreeType_ftenc.c
new file mode 100644
index 000000000000..77079f54d255
--- /dev/null
+++ b/x11-fonts/libXfont/files/patch-FreeType_ftenc.c
@@ -0,0 +1,12 @@
+--- FreeType/ftenc.c.orig Sun Mar 21 18:28:11 2004
++++ FreeType/ftenc.c Sun Mar 21 18:28:50 2004
+@@ -29,7 +29,8 @@
+
+ #include "fontmisc.h"
+ #include "fontenc.h"
+-#include "freetype/freetype.h"
++#include "ft2build.h"
++#include FT_FREETYPE_H
+ #include "freetype/ttnameid.h"
+ #include "freetype/tttables.h"
+ #include "freetype/t1tables.h"
diff --git a/x11-fonts/libXfont/files/patch-FreeType_ftfuncs.c b/x11-fonts/libXfont/files/patch-FreeType_ftfuncs.c
new file mode 100644
index 000000000000..03afb6b4659f
--- /dev/null
+++ b/x11-fonts/libXfont/files/patch-FreeType_ftfuncs.c
@@ -0,0 +1,12 @@
+--- FreeType/ftfuncs.c.orig Sun Mar 21 18:29:28 2004
++++ FreeType/ftfuncs.c Sun Mar 21 18:29:46 2004
+@@ -31,7 +31,8 @@
+ #include "fntfilst.h"
+ #include "fontutil.h"
+ #include <X11/fonts/FSproto.h>
+-#include "freetype/freetype.h"
++#include "ft2build.h"
++#include FT_FREETYPE_H
+ #include "freetype/ftsizes.h"
+ #include "freetype/ttnameid.h"
+ #include "freetype/tttables.h"
diff --git a/x11-fonts/libXfont/files/patch-FreeType_fttools.c b/x11-fonts/libXfont/files/patch-FreeType_fttools.c
new file mode 100644
index 000000000000..dd19c889ec4a
--- /dev/null
+++ b/x11-fonts/libXfont/files/patch-FreeType_fttools.c
@@ -0,0 +1,12 @@
+--- FreeType/fttools.c.orig Sun Mar 21 18:30:36 2004
++++ FreeType/fttools.c Sun Mar 21 18:30:56 2004
+@@ -34,7 +34,8 @@
+ #endif
+
+ #include "font.h"
+-#include "freetype/freetype.h"
++#include "ft2build.h"
++#include FT_FREETYPE_H
+ #include "freetype/ftsnames.h"
+ #include "freetype/ttnameid.h"
+ #include "ft.h"