diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-30 19:15:38 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-30 19:15:38 +0000 |
commit | 1e320db38df906f6a0a3168d170f73ead17e76d0 (patch) | |
tree | 309ac899b9f2a59dad1c448cc5530e0f8614b07f /www/seamonkey/patches/patch-ch | |
parent | fada1e4f11d85f6d6833e4b1285515515a31acbd (diff) | |
download | pkgsrc-1e320db38df906f6a0a3168d170f73ead17e76d0.tar.gz |
Import Mozilla Seamonkey 1.0 from pkgsrc-wip (gtk2 version). Seamonkey is
the community-driven continuation of the Mozilla Suite, which is no longer
maintained by Mozilla.
Diffstat (limited to 'www/seamonkey/patches/patch-ch')
-rw-r--r-- | www/seamonkey/patches/patch-ch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/seamonkey/patches/patch-ch b/www/seamonkey/patches/patch-ch new file mode 100644 index 00000000000..e5858f4f517 --- /dev/null +++ b/www/seamonkey/patches/patch-ch @@ -0,0 +1,17 @@ +$NetBSD: patch-ch,v 1.1.1.1 2006/03/30 19:15:51 ghen Exp $ + +--- extensions/transformiix/source/base/txCore.h.orig 2004-05-26 13:54:37.000000000 +0200 ++++ extensions/transformiix/source/base/txCore.h +@@ -65,9 +65,9 @@ public: + /** + * Useful constants + */ +- static const double NaN; +- static const double POSITIVE_INFINITY; +- static const double NEGATIVE_INFINITY; ++ static double NaN(); ++ static double PositiveInfinity(); ++ static double NegativeInfinity(); + + /** + * Determines whether the given double represents positive or negative |