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
856 B
Plaintext
13 lines
856 B
Plaintext
$OpenBSD: patch-content_canvas_src_nsGLPbufferOSMesa_cpp,v 1.1 2010/04/26 19:55:58 landry Exp $
|
|
--- content/canvas/src/nsGLPbufferOSMesa.cpp.orig Thu Jan 21 05:29:57 2010
|
|
+++ content/canvas/src/nsGLPbufferOSMesa.cpp Thu Jan 21 13:57:03 2010
|
|
@@ -110,7 +110,7 @@ nsGLPbufferOSMESA::Init(nsCanvasRenderingContextGLPriv
|
|
rv |= libfile->Append(NS_LITERAL_STRING("libOSMesa.7.dylib"));
|
|
#elif defined(XP_UNIX)
|
|
rv |= libfile->Append(NS_LITERAL_STRING("Linux"));
|
|
- rv |= libfile->Append(NS_LITERAL_STRING("libOSMesa.so.7"));
|
|
+ rv |= libfile->Append(NS_LITERAL_STRING("libOSMesa.so"));
|
|
#else
|
|
#warning No default osmesa library path available
|
|
LogMessage(NS_LITERAL_STRING("Canvas 3D: No default OSMesa lib path available -- please set the extensions.canvas3d.osmesalib pref to the full path to the OSMesa shared library"));
|