summaryrefslogtreecommitdiff
path: root/graphics/freetype-lib/patches/patch-ttf2pk-ac
blob: a70d6c6d075e5d54ecdbc171630f9b85ffb0c7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"