summaryrefslogtreecommitdiffstats
path: root/deps/mesa/mesa.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'deps/mesa/mesa.SlackBuild')
-rwxr-xr-xdeps/mesa/mesa.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/deps/mesa/mesa.SlackBuild b/deps/mesa/mesa.SlackBuild
index 7496b47..826856b 100755
--- a/deps/mesa/mesa.SlackBuild
+++ b/deps/mesa/mesa.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PKGNAM=mesa
-VERSION=${VERSION:-17.3.1}
+VERSION=${VERSION:-17.3.2}
DEMOVERS=${DEMOVERS:-8.3.0}
BUILD=${BUILD:-1}
@@ -81,16 +81,13 @@ find . \
# Apply patches from git (and maybe elsewhere):
# Patches obtained by:
# git checkout origin/17.2
-# git format-patch 96ad27f8fcf3979c577c052f725e2a80035295aa # 17.2.5 release
+# git format-patch 93c2beafc0a7fa2f210b006d22aba61caa71f773 # 17.2.6 release
if /bin/ls $CWD/patches/*.patch 1> /dev/null 2> /dev/null ; then
for patch in $CWD/patches/*.patch ; do
patch -p1 < $patch || exit 1 ;
done
fi
-## Don't worry if Mako is not present:
-#cat $CWD/mesa.no.mako.diff | patch -p1 --verbose || exit 1
-
# This doesn't fully do the trick. See below. ;-)
#./autogen.sh