17b63192b8
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64. Not yet linked to the build.
13 lines
509 B
Plaintext
13 lines
509 B
Plaintext
$OpenBSD: patch-widget_src_qt_nsIdleServiceQt_cpp,v 1.3 2011/03/26 10:58:36 landry Exp $
|
|
--- widget/src/qt/nsIdleServiceQt.cpp.orig Thu Mar 5 23:32:52 2009
|
|
+++ widget/src/qt/nsIdleServiceQt.cpp Fri Mar 13 17:47:56 2009
|
|
@@ -72,7 +72,7 @@ static void Initialize()
|
|
sInitialized = PR_TRUE;
|
|
|
|
// This will leak - See comments in ~nsIdleServiceQt().
|
|
- PRLibrary* xsslib = PR_LoadLibrary("libXss.so.1");
|
|
+ PRLibrary* xsslib = PR_LoadLibrary("libXss.so");
|
|
if (!xsslib) {
|
|
return;
|
|
}
|