Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+9 -9
View File
@@ -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".