diff options
author | reinoud <reinoud@pkgsrc.org> | 2004-06-15 20:05:54 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2004-06-15 20:05:54 +0000 |
commit | 2e6c9f370405651becfc7d356e9915325e3d8ad3 (patch) | |
tree | 56afea9dd3af0bdfac662df9bc86ed6867a01871 /www/firefox | |
parent | 7e7761ad4847def4097281646a6788bbbdd9115f (diff) | |
download | pkgsrc-2e6c9f370405651becfc7d356e9915325e3d8ad3.tar.gz |
Add `\n' to the assembler line so that it will assemble correctly. The
assembler got confused with the floating .elseif
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/distinfo | 4 | ||||
-rw-r--r-- | www/firefox/patches/patch-bw | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 9e6a6daf191..0102b490ac0 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/06/02 15:09:01 taya Exp $ +$NetBSD: distinfo,v 1.6 2004/06/15 20:05:54 reinoud Exp $ SHA1 (firefox-source-0.8.tar.bz2) = 8282f17a8f51265a86923c03362bba629162bf05 Size (firefox-source-0.8.tar.bz2) = 31102943 bytes @@ -33,4 +33,4 @@ SHA1 (patch-bs) = e9434aadc52b0120dcfc80e57002152d2bd47605 SHA1 (patch-bt) = a033b83ee633391ffc138442697fbe754ec92902 SHA1 (patch-bu) = db33b8651e3cb1fbf9a18dbe78e1e8288cfda0ee SHA1 (patch-bv) = 4f23dfd885131ea866f31370f1421e7c19706860 -SHA1 (patch-bw) = 789f63b68eaffac878866b5d111de60939d1f844 +SHA1 (patch-bw) = a2dd1af3ddf7f16636b530e8c1787409e2b58158 diff --git a/www/firefox/patches/patch-bw b/www/firefox/patches/patch-bw index d8de6ceffb8..615f227a6d2 100644 --- a/www/firefox/patches/patch-bw +++ b/www/firefox/patches/patch-bw @@ -1,4 +1,4 @@ -$NetBSD: patch-bw,v 1.1 2004/06/02 15:09:01 taya Exp $ +$NetBSD: patch-bw,v 1.2 2004/06/15 20:05:54 reinoud Exp $ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha.cpp ./xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha.cpp --- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha.cpp 2001-09-29 05:12:52.000000000 +0900 @@ -34,7 +34,7 @@ diff -ru ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha +" .prologue 1\n" \ +" lda $1,"#n"\n" \ +" br $31,$SharedStub..ng\n" \ -+" .end _ZN14nsXPTCStubBase6Stub"#n"Ev" \ ++" .end _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ +" .elseif "#n" < 1000 \n" \ +" .globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ +" .ent _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ |