summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib/patches/patch-ttf2pk-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/freetype-lib/patches/patch-ttf2pk-ac')
-rw-r--r--graphics/freetype-lib/patches/patch-ttf2pk-ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/freetype-lib/patches/patch-ttf2pk-ac b/graphics/freetype-lib/patches/patch-ttf2pk-ac
new file mode 100644
index 00000000000..a70d6c6d075
--- /dev/null
+++ b/graphics/freetype-lib/patches/patch-ttf2pk-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ttf2pk-ac,v 1.1 2004/11/06 14:22:22 hubertf Exp $
+
+--- contrib/ttf2pk/ttfaux.c.orig Thu Sep 2 01:31:17 1999
++++ contrib/ttf2pk/ttfaux.c
+@@ -13,9 +13,9 @@
+ #include <stdlib.h>
+
+ #include "freetype.h"
+-#include "extend/ftxkern.h" /* we are in the FreeType package tree */
+-#include "extend/ftxpost.h"
+-#include "extend/ftxopen.h"
++#include "ftxkern.h" /* we are in the FreeType package tree */
++#include "ftxpost.h"
++#include "ftxopen.h"
+
+ #include "ttf2tfm.h"
+ #include "newobj.h"