summaryrefslogtreecommitdiff
path: root/extra/mesa
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-21 14:29:11 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-21 14:29:11 -0300
commitfe0996f2e8716b772785a0bf93c6a3f2d5dc22ff (patch)
tree2ee658b20ace2ab8fff6035e6a0e223b8d70f1eb /extra/mesa
parent9d9dd0f9452c6a9d533ce805b903aea596aff108 (diff)
Rebuilds
Diffstat (limited to 'extra/mesa')
-rw-r--r--extra/mesa/PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD
index c894476b5..9689c7c03 100644
--- a/extra/mesa/PKGBUILD
+++ b/extra/mesa/PKGBUILD
@@ -47,7 +47,13 @@ if [ "$CARCH" = "mips64el" ]; then
patch -Np1 -i $srcdir/mesa-7.5-mips-wmb.patch
patch -Np1 -i $srcdir/mesa-loongson.patch
- ./configure --prefix=/usr \
+ configure=configure
+ if [ ! -f configure ]; then
+ autoreconf -vfi
+ configure=autogen.sh
+ fi
+
+ ./${configure} --prefix=/usr \
--enable-glx-tls \
--with-driver=xlib \
--enable-xcb \