ad076fd40f
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@
13 lines
530 B
Plaintext
13 lines
530 B
Plaintext
$OpenBSD: patch-widget_src_gtk2_nsScreenManagerGtk_cpp,v 1.2 2010/04/26 19:55:58 landry Exp $
|
|
--- widget/src/gtk2/nsScreenManagerGtk.cpp.orig Wed Jun 17 07:22:21 2009
|
|
+++ widget/src/gtk2/nsScreenManagerGtk.cpp Sat Jun 20 22:09:11 2009
|
|
@@ -174,7 +174,7 @@ nsScreenManagerGtk :: Init()
|
|
int numScreens;
|
|
|
|
if (!mXineramalib) {
|
|
- mXineramalib = PR_LoadLibrary("libXinerama.so.1");
|
|
+ mXineramalib = PR_LoadLibrary("libXinerama.so");
|
|
if (!mXineramalib) {
|
|
mXineramalib = SCREEN_MANAGER_LIBRARY_LOAD_FAILED;
|
|
}
|