openbsd-ports/www/fennec/patches/patch-xpcom_base_nsStackWalk_cpp
2011-06-28 22:01:17 +00:00

14 lines
553 B
Plaintext

$OpenBSD: patch-xpcom_base_nsStackWalk_cpp,v 1.3 2011/06/28 22:01:18 landry Exp $
OBSD specific patch
--- xpcom/base/nsStackWalk.cpp.orig Wed Dec 15 02:03:41 2010
+++ xpcom/base/nsStackWalk.cpp Wed Dec 22 22:33:05 2010
@@ -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) {