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
554 B
Plaintext
13 lines
554 B
Plaintext
$OpenBSD: patch-widget_src_gtk2_nsIdleServiceGTK_cpp,v 1.3 2011/03/26 10:58:36 landry Exp $
|
|
--- widget/src/gtk2/nsIdleServiceGTK.cpp.orig Wed Jan 6 05:35:35 2010
|
|
+++ widget/src/gtk2/nsIdleServiceGTK.cpp Sun Jan 10 17:47:30 2010
|
|
@@ -68,7 +68,7 @@ NS_IMPL_ISUPPORTS1(nsIdleServiceGTK, nsIIdleService)
|
|
static void Initialize()
|
|
{
|
|
// This will leak - See comments in ~nsIdleServiceGTK().
|
|
- PRLibrary* xsslib = PR_LoadLibrary("libXss.so.1");
|
|
+ PRLibrary* xsslib = PR_LoadLibrary("libXss.so");
|
|
if (!xsslib) // ouch.
|
|
{
|
|
#ifdef PR_LOGGING
|