summaryrefslogtreecommitdiff
path: root/www/firefox2/patches/patch-dh
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox2/patches/patch-dh')
-rw-r--r--www/firefox2/patches/patch-dh19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/firefox2/patches/patch-dh b/www/firefox2/patches/patch-dh
deleted file mode 100644
index 4aecbdff9ab..00000000000
--- a/www/firefox2/patches/patch-dh
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-dh,v 1.1.1.1 2006/10/24 22:20:12 ghen Exp $
-
-diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h ./xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h
---- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h 2004-04-18 23:18:18.000000000 +0900
-+++ ./xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h 2005-12-04 19:44:41.000000000 +0900
-@@ -77,6 +77,13 @@
- #define THUNK_BASED_THIS_ADJUST
- #endif
-
-+#elif defined(__DragonFly__)
-+# if defined(__FreeBSD_cc_version)
-+# define CFRONT_STYLE_THIS_ADJUST
-+# else
-+# define THUNK_BASED_THIS_ADJUST
-+# endif
-+
- #elif defined(__FreeBSD__)
- /* System versions of gcc on FreeBSD don't use thunks. On 3.x, the system
- * compiler is gcc 2.7.2.3, which doesn't use thunks by default. On 4.x and