summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-cm
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla/patches/patch-cm')
-rw-r--r--www/mozilla/patches/patch-cm13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/mozilla/patches/patch-cm b/www/mozilla/patches/patch-cm
new file mode 100644
index 00000000000..336b931f716
--- /dev/null
+++ b/www/mozilla/patches/patch-cm
@@ -0,0 +1,13 @@
+$NetBSD: patch-cm,v 1.1 2005/06/16 21:38:09 martin Exp $
+
+--- extensions/transformiix/source/xslt/txXSLTPatterns.cpp.orig 2003-11-18 23:56:46.000000000 +0100
++++ extensions/transformiix/source/xslt/txXSLTPatterns.cpp 2005-06-16 09:17:00.000000000 +0200
+@@ -99,7 +99,7 @@
+ double txUnionPattern::getDefaultPriority()
+ {
+ NS_ASSERTION(0, "Don't call getDefaultPriority on txUnionPattern");
+- return Double::NaN;
++ return Double::NaN();
+ }
+
+ /*