summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ci
diff options
context:
space:
mode:
authormartin <martin>2005-06-16 21:38:09 +0000
committermartin <martin>2005-06-16 21:38:09 +0000
commit0dc169cd3400ab679045958dc009170e1609d49e (patch)
tree5b4b76ee1aa2c63240bf8076ed6a700ef3a8888a /www/firefox/patches/patch-ci
parent87e85b85736ab2d748fd6a3b8f58dc2d6b012d99 (diff)
downloadpkgsrc-0dc169cd3400ab679045958dc009170e1609d49e.tar.gz
Redo the previous "double alignemnet" fix more completely. The previous
state was completely broken.
Diffstat (limited to 'www/firefox/patches/patch-ci')
-rw-r--r--www/firefox/patches/patch-ci13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox/patches/patch-ci b/www/firefox/patches/patch-ci
new file mode 100644
index 00000000000..5dc583851cf
--- /dev/null
+++ b/www/firefox/patches/patch-ci
@@ -0,0 +1,13 @@
+$NetBSD: patch-ci,v 1.1 2005/06/16 21:39:06 martin Exp $
+
+--- extensions/transformiix/source/xpath/FunctionCall.cpp.orig 2003-11-04 16:13:03.000000000 +0100
++++ extensions/transformiix/source/xpath/FunctionCall.cpp 2005-06-16 09:14:19.000000000 +0200
+@@ -92,7 +92,7 @@
+ nsRefPtr<txAExprResult> exprResult;
+ nsresult rv = aExpr->evaluate(aContext, getter_AddRefs(exprResult));
+ if (NS_FAILED(rv))
+- return Double::NaN;
++ return Double::NaN();
+
+ return exprResult->numberValue();
+ }