diff options
Diffstat (limited to 'print/gnome-print/files/patch-installer_gf-pfb.c')
-rw-r--r-- | print/gnome-print/files/patch-installer_gf-pfb.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/gnome-print/files/patch-installer_gf-pfb.c b/print/gnome-print/files/patch-installer_gf-pfb.c new file mode 100644 index 000000000000..6774d50122b7 --- /dev/null +++ b/print/gnome-print/files/patch-installer_gf-pfb.c @@ -0,0 +1,12 @@ +--- installer/gf-pfb.c.orig Mon Mar 22 23:33:20 2004 ++++ installer/gf-pfb.c Mon Mar 22 23:33:36 2004 +@@ -12,7 +12,8 @@ + #include <fcntl.h> + #include <string.h> + #include <ctype.h> +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + #include "gf-pfb.h" + + #define noVERBOSE |