diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Xft2/distinfo | 3 | ||||
-rw-r--r-- | fonts/Xft2/patches/patch-ac | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/fonts/Xft2/distinfo b/fonts/Xft2/distinfo index eda43f48b7a..3ad6008b780 100644 --- a/fonts/Xft2/distinfo +++ b/fonts/Xft2/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2003/10/31 03:10:07 dmcmahill Exp $ +$NetBSD: distinfo,v 1.5 2003/12/18 16:28:34 recht Exp $ SHA1 (xft-2.1.2.tar.gz) = 892d57cac909ef51c3c49b9a6aaf54e6b6ab6b92 Size (xft-2.1.2.tar.gz) = 243680 bytes SHA1 (patch-aa) = 06782c94f152e301a3bc989df7810dadf0ae44c8 SHA1 (patch-ab) = f02bd400fcde944e799368721a7cdb7444414fb7 +SHA1 (patch-ac) = 8eb91238470142c55308ca7c90557481d0ec4602 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> + |