summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ap
blob: ab17351c388845f6834f9341e449938004519fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ap,v 1.1 2004/04/29 16:19:36 recht Exp $

--- gfx/src/gtk/nsFontMetricsXft.cpp.orig	2004-01-13 00:30:58.000000000 +0100
+++ gfx/src/gtk/nsFontMetricsXft.cpp	2004-04-29 09:36:03.000000000 +0200
@@ -65,7 +65,8 @@
 
 #include <gdk/gdkx.h>
 #include <freetype/tttables.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
 
 #define FORCE_PR_LOG
 #include "prlog.h"