openbsd-ports/www/fennec/patches/patch-widget_src_qt_nsIdleServiceQt_cpp
landry b715788993 Import fennec 4.0:
Firefox for mobile (codenamed Fennec) is the name of the build of the
Mozilla Firefox web browser for devices such as mobile phones and
personal digital assistants (PDAs).
While it initially targets android and maemo, it also works on desktop
machines, and can be useful on small screens or low-powered devices.

Looks ok to jasper@
2011-04-12 19:48:57 +00:00

13 lines
512 B
Plaintext

$OpenBSD: patch-widget_src_qt_nsIdleServiceQt_cpp,v 1.1.1.1 2011/04/12 19:48:58 landry Exp $
--- widget/src/qt/nsIdleServiceQt.cpp.orig Thu Nov 4 21:06:58 2010
+++ widget/src/qt/nsIdleServiceQt.cpp Sat Nov 13 11:56:38 2010
@@ -77,7 +77,7 @@ static void Initialize()
#ifndef MOZ_PLATFORM_MAEMO
// This will leak - See comments in ~nsIdleServiceQt().
- PRLibrary* xsslib = PR_LoadLibrary("libXss.so.1");
+ PRLibrary* xsslib = PR_LoadLibrary("libXss.so");
if (!xsslib) {
return;
}