summaryrefslogtreecommitdiff
path: root/www/firefox31/patches/patch-ipc_chromium_src_base_debug__util__posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox31/patches/patch-ipc_chromium_src_base_debug__util__posix.cc')
-rw-r--r--www/firefox31/patches/patch-ipc_chromium_src_base_debug__util__posix.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox31/patches/patch-ipc_chromium_src_base_debug__util__posix.cc b/www/firefox31/patches/patch-ipc_chromium_src_base_debug__util__posix.cc
new file mode 100644
index 00000000000..412a3de25fa
--- /dev/null
+++ b/www/firefox31/patches/patch-ipc_chromium_src_base_debug__util__posix.cc
@@ -0,0 +1,13 @@
+$NetBSD: patch-ipc_chromium_src_base_debug__util__posix.cc,v 1.1 2014/11/03 12:18:32 ryoon Exp $
+
+--- ipc/chromium/src/base/debug_util_posix.cc.orig 2013-05-11 19:19:32.000000000 +0000
++++ ipc/chromium/src/base/debug_util_posix.cc
+@@ -107,7 +107,7 @@ bool DebugUtil::BeingDebugged() {
+ return being_debugged;
+ }
+
+-#elif defined(OS_LINUX)
++#elif defined(OS_LINUX) || defined(OS_SOLARIS)
+
+ // We can look in /proc/self/status for TracerPid. We are likely used in crash
+ // handling, so we are careful not to use the heap or have side effects.