]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
system mesa off on ix86 due pointer size differences
authorElan Ruusamäe <glen@delfi.ee>
Fri, 1 Mar 2013 23:10:57 +0000 (01:10 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 1 Mar 2013 23:10:57 +0000 (01:10 +0200)
chromium-browser.spec

index 50cf01f1ed6f5a11fed50b896c9c4e58020c979e..7beea7ea7da7cc9bc6a5bb3d981d95928858eac4 100644 (file)
 %bcond_without tcmalloc                # use tcmalloc
 %bcond_without verbose                 # verbose build (V=1)
 
+%ifarch %{ix86}
+# GLsizeiptr different size, track: http://bugs.gentoo.org/457130
+%undefine      with_system_mesa
+%endif
+
 # TODO
 # - find system deps: find -type f -name '*.gyp*' | xargs grep -oh 'use_system_.*%' | sort -u
 # - use_system_icu
This page took 0.034943 seconds and 4 git commands to generate.