Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
$NetBSD: patch-ax,v 1.12 2012/09/02 06:43:40 ryoon Exp $
|
||||
$NetBSD: patch-ax,v 1.13 2013/11/12 20:50:51 ryoon Exp $
|
||||
|
||||
--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2012-08-25 00:31:35.000000000 +0000
|
||||
--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2013-10-23 22:09:21.000000000 +0000
|
||||
+++ mozilla/xpcom/base/nsStackWalk.cpp
|
||||
@@ -23,7 +23,7 @@ struct CriticalAddress {
|
||||
};
|
||||
static CriticalAddress gCriticalAddress;
|
||||
@@ -853,7 +853,7 @@ void DemangleSymbol(const char * aSymbol
|
||||
}
|
||||
|
||||
-#if defined(HAVE_DLOPEN) || defined(XP_MACOSX)
|
||||
+#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) || defined(__NetBSD__)
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
-#if NSSTACKWALK_SUPPORTS_SOLARIS
|
||||
+#if notNSSTACKWALK_SUPPORTS_SOLARIS
|
||||
|
||||
/*
|
||||
* Stack walking code for Solaris courtesy of Bart Smaalder's "memtrak".
|
||||
|
||||
Reference in New Issue
Block a user