summaryrefslogtreecommitdiff
path: root/fonts/ttf2pk/patches/patch-ttf2pk-ac
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ttf2pk/patches/patch-ttf2pk-ac')
-rw-r--r--fonts/ttf2pk/patches/patch-ttf2pk-ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/ttf2pk/patches/patch-ttf2pk-ac b/fonts/ttf2pk/patches/patch-ttf2pk-ac
new file mode 100644
index 00000000000..c0f5fb48f67
--- /dev/null
+++ b/fonts/ttf2pk/patches/patch-ttf2pk-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ttf2pk-ac,v 1.1.1.1 2004/10/09 14:15: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"