From c490e6af1e75e31bd48331451a9969c3b372e686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 10 Nov 2015 08:51:59 +0200 Subject: [PATCH] mesa rebuild --- x11/library/mesa/actions.py | 4 +++- x11/library/mesa/pspec.xml | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/x11/library/mesa/actions.py b/x11/library/mesa/actions.py index a7f9bc3b24..e2b2241d70 100644 --- a/x11/library/mesa/actions.py +++ b/x11/library/mesa/actions.py @@ -9,8 +9,10 @@ from pisi.actionsapi import pisitools Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" -def setup(): +def setup(): autotools.autoreconf("-vif") + + pisitools.dosed("configure", "LLVM_SO_NAME=.*", "LLVM_SO_NAME=LLVM") # --enable-sysfs option provides better hardware information support with "lspci" # --enable-32-bit option is not present anymore. Although build fails in emul32. With --disable-asm option, not fail. Needs to be tested. diff --git a/x11/library/mesa/pspec.xml b/x11/library/mesa/pspec.xml index f5cdad798b..5b4fd0e6c9 100644 --- a/x11/library/mesa/pspec.xml +++ b/x11/library/mesa/pspec.xml @@ -153,6 +153,13 @@ + + 2015-11-10 + 10.5.5 + Rebuild for llvm. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + 2015-05-16 10.5.5