diff options
author | tnn <tnn@pkgsrc.org> | 2010-03-16 10:59:09 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-03-16 10:59:09 +0000 |
commit | 17f177763039c0a8cca075920481b1fd6175c1bb (patch) | |
tree | d4494d4fe261b2bfd3909daf05ea86175c71c737 /www/seamonkey/patches/patch-ax | |
parent | 096d8b1dbcbe2d78f27656f465b349c547d9be0a (diff) | |
download | pkgsrc-17f177763039c0a8cca075920481b1fd6175c1bb.tar.gz |
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.
Diffstat (limited to 'www/seamonkey/patches/patch-ax')
-rw-r--r-- | www/seamonkey/patches/patch-ax | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/seamonkey/patches/patch-ax b/www/seamonkey/patches/patch-ax new file mode 100644 index 00000000000..7efbfbd9b5a --- /dev/null +++ b/www/seamonkey/patches/patch-ax @@ -0,0 +1,13 @@ +$NetBSD: patch-ax,v 1.6 2010/03/16 10:59:10 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 + |