diff options
author | adam <adam@pkgsrc.org> | 2004-04-27 15:10:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-27 15:10:51 +0000 |
commit | 79c5663608ca0cced6a01c740c1b0e17006dadc9 (patch) | |
tree | 74a8c56abbcbefb04cd20912d609262ffd16e185 /fonts/Xft2 | |
parent | b25cfc957556a68fbff3aa6a2d8922b589c0ed60 (diff) | |
download | pkgsrc-79c5663608ca0cced6a01c740c1b0e17006dadc9.tar.gz |
Follow new FreeType2 build rules
Diffstat (limited to 'fonts/Xft2')
-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> |