summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorrecht <recht>2004-04-29 16:19:36 +0000
committerrecht <recht>2004-04-29 16:19:36 +0000
commit382149414ce4255333ba3199b81bed671dd269c2 (patch)
treedb6b58a3125e82846cac576cfaeafa75580cb079 /www/firefox
parentbd3b613e0af3d65f93b46380867bbbb0441b5207 (diff)
downloadpkgsrc-382149414ce4255333ba3199b81bed671dd269c2.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')
-rw-r--r--www/firefox/distinfo3
-rw-r--r--www/firefox/patches/patch-ap14
2 files changed, 16 insertions, 1 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 0fff53cf5b8..1856f693a3a 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/04/29 14:13:19 adam Exp $
+$NetBSD: distinfo,v 1.4 2004/04/29 16:19:36 recht Exp $
SHA1 (firefox-source-0.8.tar.bz2) = 8282f17a8f51265a86923c03362bba629162bf05
Size (firefox-source-0.8.tar.bz2) = 31102943 bytes
@@ -16,6 +16,7 @@ SHA1 (patch-al) = bd326a62794a5665dd929b59a96c24fbac51a1a3
SHA1 (patch-am) = ddb7b53e5be832de9479d28735861a64ef34875f
SHA1 (patch-an) = 78b448a64c2a46bc3a1d458bdbcb5d64be1ed9f4
SHA1 (patch-ao) = 7048e3a06d1569e31d2350c2473887a50aa81498
+SHA1 (patch-ap) = 522eeeba2ff4fb57bb4bf6e83a1849e4849ca918
SHA1 (patch-aw) = ba1a408cd3b44dcd2123672ec4cbcefb436e5330
SHA1 (patch-ax) = 070c88dee0446b093ab1c2a9120dc1747642d46f
SHA1 (patch-ay) = b9bc5ce449c6851781b12cd1e7bc43186b3654fd
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"