summaryrefslogtreecommitdiff
path: root/fonts/Xft2/patches
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-12-18 16:28:34 +0000
committerrecht <recht@pkgsrc.org>2003-12-18 16:28:34 +0000
commit5711082f2426035dd91a5c3bfae77da969c236e4 (patch)
tree2894864f786cca6ac120bd051e05139b800f244e /fonts/Xft2/patches
parent4f12f860b521a76a6374afd04c5996d408436b50 (diff)
downloadpkgsrc-5711082f2426035dd91a5c3bfae77da969c236e4.tar.gz
fix build with new freetype
Diffstat (limited to 'fonts/Xft2/patches')
-rw-r--r--fonts/Xft2/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/fonts/Xft2/patches/patch-ac b/fonts/Xft2/patches/patch-ac
new file mode 100644
index 00000000000..4cb25feab90
--- /dev/null
+++ b/fonts/Xft2/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2003/12/18 16:28:34 recht Exp $
+
+--- Xft.h.orig 2003-12-18 17:24:05.000000000 +0100
++++ Xft.h
+@@ -38,7 +38,8 @@
+ #define XftVersion XFT_VERSION
+
+ #include <stdarg.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #include <fontconfig/fontconfig.h>
+ #include <X11/extensions/Xrender.h>
+