diff options
Diffstat (limited to 'print/gnome-print/patches/patch-ad')
-rw-r--r-- | print/gnome-print/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/gnome-print/patches/patch-ad b/print/gnome-print/patches/patch-ad new file mode 100644 index 00000000000..1e48b3a4a61 --- /dev/null +++ b/print/gnome-print/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2004/04/27 15:21:15 adam Exp $ + +--- installer/gnome-font-install.c.orig 2004-04-27 10:33:08.000000000 +0000 ++++ installer/gnome-font-install.c +@@ -26,6 +26,7 @@ + #include <parser.h> + #include <xmlmemory.h> + /* End of ugly thing */ ++#include <ft2build.h> + #include <freetype/freetype.h> + #include <libgnome/gnome-defs.h> + #include <libgnome/gnome-util.h> |