diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-03 08:22:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-03 08:23:18 +0000 |
commit | ddc8db1258f56b86514ec6c4de1d2f63b09bad1c (patch) | |
tree | b82dc478c816e4aa9d7c88fa9491472b212c7e51 /main/mesa | |
parent | 914048c3dec75af783bf2ade6d9ec43a044f70f6 (diff) | |
download | aports-ddc8db1258f56b86514ec6c4de1d2f63b09bad1c.tar.bz2 aports-ddc8db1258f56b86514ec6c4de1d2f63b09bad1c.tar.xz |
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-<version>.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
Diffstat (limited to 'main/mesa')
-rw-r--r-- | main/mesa/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ncopa@alpinelinux.org> pkgname=mesa pkgver=10.5.6 -pkgrel=2 +pkgrel=3 pkgdesc="Mesa DRI OpenGL library" url="http://www.mesa3d.org" arch="all" |