From ddc8db1258f56b86514ec6c4de1d2f63b09bad1c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Jun 2015 08:22:05 +0000 Subject: main/mesa: rebuild against llvm-3.6.1 The commit 08fdc9700 (main/llvm: update to 3.6.1) moved from autotools/configure to cmake build. The cmake build no longer builds libLLVM-.so which was used by mesa. Instead it builds more granular libs. So we need to rebuild mesa. see also https://llvm.org/bugs/show_bug.cgi?id=15493 --- main/mesa/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD index 1ac866fb6b..b0db85f18c 100644 --- a/main/mesa/APKBUILD +++ b/main/mesa/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=mesa pkgver=10.5.6 -pkgrel=2 +pkgrel=3 pkgdesc="Mesa DRI OpenGL library" url="http://www.mesa3d.org" arch="all" -- cgit v1.2.3