diff options
author | reinoud <reinoud@pkgsrc.org> | 2004-06-15 23:19:50 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2004-06-15 23:19:50 +0000 |
commit | c7b7b16f58af70481a6412b15e221697bf3f1aef (patch) | |
tree | adb12f5a8c3004a7c898c840420b8b0379bfacaf | |
parent | 9c58db57f4fd7d15d069cbae477116958f96a7ee (diff) | |
download | pkgsrc-c7b7b16f58af70481a6412b15e221697bf3f1aef.tar.gz |
Yes another `\n' missing in the patch giving rise to compilation errors.
-rw-r--r-- | www/firefox/distinfo | 4 | ||||
-rw-r--r-- | www/firefox/patches/patch-bw | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 0102b490ac0..6db18094719 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/06/15 20:05:54 reinoud Exp $ +$NetBSD: distinfo,v 1.7 2004/06/15 23:19:50 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) = a2dd1af3ddf7f16636b530e8c1787409e2b58158 +SHA1 (patch-bw) = fc3a518d3762be6e85104a6dc7fffd5ae1a463c8 diff --git a/www/firefox/patches/patch-bw b/www/firefox/patches/patch-bw index 615f227a6d2..c3eff81e6c8 100644 --- a/www/firefox/patches/patch-bw +++ b/www/firefox/patches/patch-bw @@ -1,4 +1,4 @@ -$NetBSD: patch-bw,v 1.2 2004/06/15 20:05:54 reinoud Exp $ +$NetBSD: patch-bw,v 1.3 2004/06/15 23:19:50 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 @@ -23,8 +23,8 @@ 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 _ZN14nsXPTCStubBase5Stub"#n"Ev" \ -+" .elseif "#n" < 100 \n" \ ++" .end _ZN14nsXPTCStubBase5Stub"#n"Ev\n" \ ++" .elseif "#n" < 100 \n" \ +" .globl _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ +" .ent _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ +"_ZN14nsXPTCStubBase6Stub"#n"Ev:\n" \ @@ -45,7 +45,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 _ZN14nsXPTCStubBase7Stub"#n"Ev" \ ++" .end _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ +" .else\n" \ +" .err \"stub number "#n"> 1000 not yet supported\"\n" \ +" .endif\n" \ |