summaryrefslogtreecommitdiffstats
path: root/source/x/mesa
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-04-05 01:33:45 +0000
committer Eric Hameleers <alien@slackware.com>2020-04-05 08:59:51 +0200
commita9b559dd105216e16397158daf3ea0f4a33e5da7 (patch)
treea932abe8e98f67ec818f5a4710bdc203efe89a9f /source/x/mesa
parentdf9b2cc1642e4d976aa5f9dbcd3e953d8717a265 (diff)
downloadcurrent-a9b559dd105216e16397158daf3ea0f4a33e5da7.tar.gz
current-a9b559dd105216e16397158daf3ea0f4a33e5da7.tar.xz
Sun Apr 5 01:33:45 UTC 202020200405013345
kde/calligra-2.9.11-x86_64-34.txz: Rebuilt. Recompiled against glew-2.2.0. The libGLEW.so.2.2 .soname (rather than libGLEW.so.2) gets me every time. Thanks to marrowsuck for the bug report. l/libdvdread-6.1.1-x86_64-1.txz: Upgraded. x/mesa-20.0.4-x86_64-2.txz: Rebuilt. Recompiled against glew-2.2.0.
Diffstat (limited to 'source/x/mesa')
-rwxr-xr-xsource/x/mesa/mesa.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild
index da435062d..ea18f8bfe 100755
--- a/source/x/mesa/mesa.SlackBuild
+++ b/source/x/mesa/mesa.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mesa
VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
DEMOVERS=${DEMOVERS:-8.4.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
BUILD_DEMOS=${BUILD_DEMOS:-YES}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}