openbsd-ports/www/seamonkey/patches/patch-mozilla_xpcom_base_nsStackWalk_cpp
landry 4026e2478b Update to seamonkey 2.2, based on Firefox/Thunderbird/Gecko 5.
See http://www.seamonkey-project.org/releases/seamonkey2.2/ for details.
- sync ipc patches from Firefox
- remove a bunch of useless patches
- install under lib/seamonkey-2.2 instead of using our homegrown install
  target.
- install langpacks as plain xpi instead of unzipping them, greatly
  shrinking PLIST
2011-07-24 07:31:57 +00:00

13 lines
557 B
Plaintext

$OpenBSD: patch-mozilla_xpcom_base_nsStackWalk_cpp,v 1.2 2011/07/24 07:31:57 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) {