]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - dlopen_sonamed_gl.patch
Do not use bundled clang.
[packages/chromium-browser.git] / dlopen_sonamed_gl.patch
index fa3129dcc519777055b859411d3687489c5690f0..116793698c65892d2f05c63d7353c6927d2d0f8a 100644 (file)
@@ -3,14 +3,14 @@ as we don't want to Depend on the -devel packages for the .so files:
 - libOSMesa.so.8: Mesa-libOSMesa-9.2.0-2
 - libGLESv2.so.2: Mesa-libGLES-9.2.0-2
 - libEGL.so.1: Mesa-libEGL-9.2.0-2
---- chromium-browser-35.0.1916.114/ui/gl/gl_implementation_osmesa.cc~  2014-05-14 22:23:31.000000000 +0300
-+++ chromium-browser-35.0.1916.114/ui/gl/gl_implementation_osmesa.cc   2014-05-25 22:46:46.730068460 +0300
-@@ -38,7 +38,7 @@
+--- chromium-browser-36.0.1985.143/ui/gl/gl_implementation_osmesa.cc~  2014-08-12 22:02:27.000000000 +0300
++++ chromium-browser-36.0.1985.143/ui/gl/gl_implementation_osmesa.cc   2014-08-18 23:09:25.208179075 +0300
+@@ -37,7 +37,7 @@
      return false;
    }
  
 -  base::FilePath library_path = module_path.Append("libosmesa.so");
 +  base::FilePath library_path = module_path.Append("libOSMesa.so.8");
-   base::NativeLibrary library = LoadLibrary(library_path);
-   if (!library) {
-     LOG(ERROR) << "Failed to load " << library_path.value() << ".";
+   base::NativeLibrary library = LoadLibraryAndPrintError(library_path);
+   if (!library)
+     return false;
This page took 0.03055 seconds and 4 git commands to generate.