9372577180
Firefox 4 is based on the Gecko 2.0 Web platform. This release features JavaScript execution speeds up to six times faster than the previous version, new capabilities for Web Developers and Add-on Developers such as hardware accelerated graphics and HTML5 technologies, and a completely revised user interface.
13 lines
399 B
Text
13 lines
399 B
Text
$NetBSD: patch-ax,v 1.3 2011/04/26 14:16:36 tnn Exp $
|
|
|
|
--- xpcom/base/nsStackWalk.cpp.orig 2010-12-15 01:03:41.000000000 +0000
|
|
+++ xpcom/base/nsStackWalk.cpp
|
|
@@ -1137,7 +1137,7 @@ NS_FormatCodeAddressDetails(void *aPC, c
|
|
#define __USE_GNU
|
|
#endif
|
|
|
|
-#if defined(HAVE_DLOPEN) || defined(XP_MACOSX)
|
|
+#if defined(HAVE_DLOPEN) || defined(XP_MACOSX) || defined(__NetBSD__)
|
|
#include <dlfcn.h>
|
|
#endif
|
|
|