summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-ed
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-ed')
-rw-r--r--www/seamonkey/patches/patch-ed20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/seamonkey/patches/patch-ed b/www/seamonkey/patches/patch-ed
new file mode 100644
index 00000000000..74b015b83e8
--- /dev/null
+++ b/www/seamonkey/patches/patch-ed
@@ -0,0 +1,20 @@
+$NetBSD: patch-ed,v 1.1 2009/09/15 09:26:07 ghen Exp $
+
+--- security/nss/tests/libpkix/libpkix.sh.orig 2008-11-11 10:06:52.000000000 +0100
++++ security/nss/tests/libpkix/libpkix.sh
+@@ -85,12 +85,12 @@ libpkix_cleanup()
+ ParseArgs ()
+ {
+ while [ $# -gt 0 ]; do
+- if [ $1 == "-checkmem" ]; then
++ if [ $1 = "-checkmem" ]; then
+ checkMemArg=$1
+ memText=" (Memory Checking Enabled)"
+- elif [ $1 == "-quiet" ]; then
++ elif [ $1 = "-quiet" ]; then
+ quietArg=$1
+- elif [ $1 == "-arenas" ]; then
++ elif [ $1 = "-arenas" ]; then
+ arenasArg=$1
+ fi
+ shift