[arch-commits] Commit in mesa/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Sep 25 16:32:37 UTC 2015


    Date: Friday, September 25, 2015 @ 18:32:36
  Author: foutrelis
Revision: 247466

upgpkg: mesa 11.0.0-3

llvm 3.7.0-2 rebuild.

Modified:
  mesa/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-25 16:31:15 UTC (rev 247465)
+++ PKGBUILD	2015-09-25 16:32:36 UTC (rev 247466)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
 pkgver=11.0.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto' 
              'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'elfutils' 'llvm'
@@ -26,6 +26,9 @@
 
   # Should fix FS#45750, tested by heftig - Not merged upstream
   patch -Np1 -i ../0001-i965-Remove-early-release-of-DRI2-miptree.patch
+
+  # Fix detection of libLLVM when built with CMake
+  sed -i 's/LLVM_SO_NAME=.*/LLVM_SO_NAME=LLVM/' configure
 }
 
 build() {



More information about the arch-commits mailing list