diff options
author | taya <taya@pkgsrc.org> | 2004-09-01 00:01:59 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-09-01 00:01:59 +0000 |
commit | 6cae8a0300f6e4400874b6450506b31a0a6a8529 (patch) | |
tree | 24c8df1109394bd74dfff57e0afb6766165e7d4d /www/firefox | |
parent | 6e2c42f6dfef849ee73e50653c1d71a7e5ad9bcb (diff) | |
download | pkgsrc-6cae8a0300f6e4400874b6450506b31a0a6a8529.tar.gz |
copy patch for alpha from mozilla
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/distinfo | 3 | ||||
-rw-r--r-- | www/firefox/patches/patch-cc | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index bdbd4474eea..18807629a9e 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2004/08/24 16:32:42 aymeric Exp $ +$NetBSD: distinfo,v 1.15 2004/09/01 00:01:59 taya Exp $ SHA1 (firefox-0.9.3-source.tar.bz2) = db6290743d824559c5bb7b6bd060b65abcaea15b Size (firefox-0.9.3-source.tar.bz2) = 33945173 bytes @@ -34,3 +34,4 @@ SHA1 (patch-by) = 643185af7a0df7030b2b96447ee4031dc9c82f88 SHA1 (patch-bz) = 6f854d74a9d1d1174ce8eff7d65f8024a7da4711 SHA1 (patch-ca) = 479ef14631ae019ae5ca1c08a2f786294f3e972b SHA1 (patch-cb) = fd0f033d63be066ce5c47057d72c48a085718908 +SHA1 (patch-cc) = cb08d4b7330c9e471d172c11772c840e613ceb76 diff --git a/www/firefox/patches/patch-cc b/www/firefox/patches/patch-cc new file mode 100644 index 00000000000..cbf1e8e9df8 --- /dev/null +++ b/www/firefox/patches/patch-cc @@ -0,0 +1,16 @@ +$NetBSD: patch-cc,v 1.1 2004/09/01 00:01:59 taya Exp $ + +--- /mnt/local/src/mozilla-1.7rc3/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_alpha.cpp 2004-08-13 01:24:00.000000000 +0900 ++++ ./xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_alpha.cpp 2004-08-13 01:23:35.000000000 +0900 +@@ -163,7 +163,11 @@ + "bis $16,$16,$1\n\t" /* load "this" */ + "ldq $2,16($15)\n\t" /* load "methodIndex" */ + "ldq $1,0($1)\n\t" /* load vtable */ ++#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ ++ "s8addq $2,0,$2\n\t" /* vtable index = "methodIndex" * 8 */ ++#else /* G++2.95 ABI */ + "s8addq $2,16,$2\n\t" /* vtable index = "methodIndex" * 8 + 16 */ ++#endif + "addq $1,$2,$1\n\t" + "ldq $27,0($1)\n\t" /* load address of function */ + "jsr $26,($27),0\n\t" /* call virtual function */ |