pkgsrc/devel/xulrunner192/patches/patch-ax
tnn ff57234978 Re-import previous version of Firefox, because firefox-4.0 won't
work for some users (sparc64 support, for example, is busted and
won't appear again until firefox-5.0).
2011-04-19 11:16:02 +00:00

13 lines
401 B
Text

$NetBSD: patch-ax,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $
--- xpcom/base/nsStackWalk.cpp.orig 2009-08-24 17:53:27.000000000 +0200
+++ 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