diff options
-rw-r--r-- | fonts/Xft2/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fonts/Xft2/patches/patch-aa b/fonts/Xft2/patches/patch-aa new file mode 100644 index 00000000000..ba4a8d4851d --- /dev/null +++ b/fonts/Xft2/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.5 2004/04/27 15:10:51 adam Exp $ + +--- Xft.h.orig 2004-04-26 12:00:26.000000000 +0000 ++++ Xft.h +@@ -38,6 +38,7 @@ + #define XftVersion XFT_VERSION + + #include <stdarg.h> ++#include <ft2build.h> + #include <freetype/freetype.h> + #include <fontconfig/fontconfig.h> + #include <X11/extensions/Xrender.h> |