openbsd-ports/www/mozilla-firefox/patches/patch-widget_src_gtk2_nsIdleServiceGTK_cpp
landry ad076fd40f Update www/mozilla-firefox from 3.0.19 to 3.6.3, merging the wip done in
www/firefox36 mostly by martynas@ and naddy@.
Note that the java plugin from devel/jdk currently doesn't work with this
version of firefox, in the meantime users really needed it will have to
use www/firefox35.
ok naddy@
2010-04-26 19:55:58 +00:00

13 lines
554 B
Plaintext

$OpenBSD: patch-widget_src_gtk2_nsIdleServiceGTK_cpp,v 1.2 2010/04/26 19:55:58 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