summaryrefslogtreecommitdiff
path: root/www/webkit-gtk/patches/patch-af
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-06-09 11:00:00 +0000
committerdrochner <drochner@pkgsrc.org>2011-06-09 11:00:00 +0000
commit715b6744afa7b0370bc9e57600dafa586badb8ca (patch)
tree1333740283e6eb552e401e5b8fc12f9c892f1671 /www/webkit-gtk/patches/patch-af
parent2be04ff9b604c7cf7c84d56daafcad417ff04458 (diff)
downloadpkgsrc-715b6744afa7b0370bc9e57600dafa586badb8ca.tar.gz
update to 1.4.1
this switches to the new stable branch (shlib major changed -> PKGREV bumps needed)
Diffstat (limited to 'www/webkit-gtk/patches/patch-af')
-rw-r--r--www/webkit-gtk/patches/patch-af24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/webkit-gtk/patches/patch-af b/www/webkit-gtk/patches/patch-af
deleted file mode 100644
index 894af47bc7b..00000000000
--- a/www/webkit-gtk/patches/patch-af
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-af,v 1.2 2011/02/14 20:05:54 wiz Exp $
-
-https://bugs.webkit.org/show_bug.cgi?id=54407
-
---- JavaScriptCore/jit/JITOpcodes.cpp.orig 2010-04-12 13:49:15.000000000 +0000
-+++ JavaScriptCore/jit/JITOpcodes.cpp
-@@ -165,7 +165,7 @@ void JIT::privateCompileCTIMachineTrampo
- * stack pointer by the right amount after the call.
- */
-
--#if COMPILER(MSVC) || OS(LINUX)
-+#if COMPILER(MSVC) || OS(LINUX) || OS(NETBSD)
- #if COMPILER(MSVC)
- #pragma pack(push)
- #pragma pack(4)
-@@ -228,7 +228,7 @@ void JIT::privateCompileCTIMachineTrampo
- storePtr(regT2, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, thisValue) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)));
- storePtr(regT3, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, thisValue) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)));
-
--#if COMPILER(MSVC) || OS(LINUX)
-+#if COMPILER(MSVC) || OS(LINUX) || OS(NETBSD)
- // ArgList is passed by reference so is stackPointerRegister + 4 * sizeof(Register)
- addPtr(Imm32(OBJECT_OFFSETOF(NativeCallFrameStructure, result)), stackPointerRegister, X86Registers::ecx);
-