summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp')
-rw-r--r--mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp b/mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp
deleted file mode 100644
index d21d440710e..00000000000
--- a/mail/thunderbird/patches/patch-mozilla_js_src_jsmath.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-mozilla_js_src_jsmath.cpp,v 1.2 2016/04/17 18:33:50 ryoon Exp $
-
---- mozilla/js/src/jsmath.cpp.orig 2016-04-07 21:33:24.000000000 +0000
-+++ mozilla/js/src/jsmath.cpp
-@@ -272,7 +272,7 @@ js::ecmaAtan2(double y, double x)
- }
- #endif
-
--#if defined(SOLARIS) && defined(__GNUC__)
-+#if defined(notSOLARIS) && defined(__GNUC__)
- if (y == 0) {
- if (IsNegativeZero(x))
- return js_copysign(M_PI, y);