openbsd-ports/www/firefox35/patches/patch-widget_src_qt_nsIdleServiceQt_cpp
martynas 5473c857d7 import firefox35-3.5rc2, been using it for couple of months.
wip, not linked to the build yet.  needs nspr&nss updates.
2009-06-21 01:31:23 +00:00

13 lines
515 B
Plaintext

$OpenBSD: patch-widget_src_qt_nsIdleServiceQt_cpp,v 1.1.1.1 2009/06/21 01:31:26 martynas 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;
}