pkgsrc/mail/thunderbird/patches/patch-ax
tnn 527a7b26f2 clone comm-1.9.1 patch set from devel/xulrunner into mail/thunderbird and
www/seamonkey so devel/xulrunner can move forward to 1.9.2.
2010-03-16 10:59:09 +00:00

13 lines
413 B
Text

$NetBSD: patch-ax,v 1.6 2010/03/16 10:59:09 tnn Exp $
--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2009-08-24 17:53:27.000000000 +0200
+++ mozilla/xpcom/base/nsStackWalk.cpp
@@ -1124,7 +1124,7 @@ NS_FormatCodeAddressDetails(void *aPC, c
#define __USE_GNU
#endif
-#if defined(HAVE_LIBDL) || defined(XP_MACOSX)
+#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__NetBSD__)
#include <dlfcn.h>
#endif