openbsd-ports/www/mozilla-firefox/patches/patch-widget_src_qt_nsIdleServiceQt_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
509 B
Plaintext

$OpenBSD: patch-widget_src_qt_nsIdleServiceQt_cpp,v 1.1 2010/04/26 19:55:58 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;
}