summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-aj')
-rw-r--r--www/seamonkey/patches/patch-aj20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/seamonkey/patches/patch-aj b/www/seamonkey/patches/patch-aj
deleted file mode 100644
index 8bed0a4fdcc..00000000000
--- a/www/seamonkey/patches/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aj,v 1.10 2013/01/07 21:55:30 ryoon Exp $
-
---- mozilla/profile/dirserviceprovider/src/nsProfileLock.cpp.orig 2012-11-18 10:19:50.000000000 +0000
-+++ mozilla/profile/dirserviceprovider/src/nsProfileLock.cpp
-@@ -391,6 +391,7 @@ nsresult nsProfileLock::LockWithSymlink(
- #endif
- sigfillset(&act.sa_mask);
-
-+#ifndef DEBUG
- #define CATCH_SIGNAL(signame) \
- PR_BEGIN_MACRO \
- if (sigaction(signame, NULL, &oldact) == 0 && \
-@@ -409,6 +410,7 @@ PR_BEGIN_MACRO
- CATCH_SIGNAL(SIGTERM);
-
- #undef CATCH_SIGNAL
-+#endif
- }
- }
- }