ports/xorg (3.0): mesa3d: disable llvm, our llvm is too new to work
28 May
2014
28 May
'14
3:04 a.m.
commit 6100558e48835d4c6e5445c2d24dabc9ddc6ebff Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed May 28 13:03:51 2014 +1000 mesa3d: disable llvm, our llvm is too new to work diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile index e1ee1ed..f443b61 100644 --- a/mesa3d/Pkgfile +++ b/mesa3d/Pkgfile @@ -12,11 +12,14 @@ build() { cd Mesa-$version autoreconf --install --symlink + ./configure \ --prefix=/usr \ + --disable-gallium-llvm \ --with-dri-drivers=i915,i965,r200,radeon,swrast,nouveau \ --with-gallium-drivers=i915,r600,svga,nouveau \ - --enable-texture-float --enable-glx-tls \ + --enable-texture-float \ + --enable-glx-tls \ --enable-osmesa make
3885
Age (days ago)
3885
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu