blob: 388df8ce994b88358d391d53251c5979c4ee7391 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.2 2005/01/28 14:58:28 adam Exp $
--- configure.orig 2001-10-05 18:18:03.000000000 +0000
+++ configure
@@ -6198,7 +6198,8 @@ else
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
char*
my_strdup (char *str)
|