Files
pkgsrc-ng/mail/thunderbird/patches/patch-ax
2013-09-26 17:14:40 +02:00

14 lines
417 B
Plaintext

$NetBSD: patch-ax,v 1.12 2012/09/02 06:43:40 ryoon Exp $
--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2012-08-25 00:31:35.000000000 +0000
+++ mozilla/xpcom/base/nsStackWalk.cpp
@@ -23,7 +23,7 @@ struct CriticalAddress {
};
static CriticalAddress gCriticalAddress;
-#if defined(HAVE_DLOPEN) || defined(XP_MACOSX)
+#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) || defined(__NetBSD__)
#include <dlfcn.h>
#endif