openbsd-ports/mail/mozilla-thunderbird/patches/patch-mozilla_xpcom_base_nsStackWalk_cpp
landry b02b46dbd5 Update to thunderbird 5.0, based on Gecko 5. See for details :
http://www.mozilla.org/en-US/thunderbird/5.0/releasenotes/
- sync ipc patches from firefox
- install under lib/thunderbird-5.0 instead of using the handmade
  install target
- remove a bunch of pointless patches
Been running with it since a while, tested by a few on ports@, thanks!
2011-07-24 07:10:12 +00:00

13 lines
557 B
Plaintext

$OpenBSD: patch-mozilla_xpcom_base_nsStackWalk_cpp,v 1.3 2011/07/24 07:10:12 landry Exp $
--- mozilla/xpcom/base/nsStackWalk.cpp.orig Fri Jan 14 23:21:59 2011
+++ mozilla/xpcom/base/nsStackWalk.cpp Sun Feb 13 23:01:39 2011
@@ -1236,7 +1236,7 @@ myinit()
if (! initialized) {
#ifndef __GNUC__
void *handle;
- const char *libdem = "libdemangle.so.1";
+ const char *libdem = "libdemangle.so";
/* load libdemangle if we can and need to (only try this once) */
if ((handle = dlopen(libdem, RTLD_LAZY)) != NULL) {