summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ap
diff options
context:
space:
mode:
authorrecht <recht>2004-04-29 16:19:36 +0000
committerrecht <recht>2004-04-29 16:19:36 +0000
commit8c840b4d7103751b48273a7450d634db6a57fa9f (patch)
treedb6b58a3125e82846cac576cfaeafa75580cb079 /www/firefox/patches/patch-ap
parent36c50bbadb6b24e54744d22081a1d19198a9652f (diff)
downloadpkgsrc-8c840b4d7103751b48273a7450d634db6a57fa9f.tar.gz
Use ft2build.h / FT_FREETYPE_H instead of including freetype/tttables.h
and freetype/freetype.h directly. From FreeBSD.
Diffstat (limited to 'www/firefox/patches/patch-ap')
-rw-r--r--www/firefox/patches/patch-ap14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-ap b/www/firefox/patches/patch-ap
new file mode 100644
index 00000000000..ab17351c388
--- /dev/null
+++ b/www/firefox/patches/patch-ap
@@ -0,0 +1,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"