summaryrefslogtreecommitdiffstats
path: root/source/d/gdb
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-12-25 03:15:50 +0000
committer Eric Hameleers <alien@slackware.com>2018-12-25 08:59:47 +0100
commit1b0f14f1ac91b97325a392757b2d9256c1c993a5 (patch)
treea515525597b04e597d4f0da29e42e59ab572d7f8 /source/d/gdb
parentc602562d7b3fd3166a5d02c2091cf87e3e2de309 (diff)
downloadcurrent-1b0f14f1ac91b97325a392757b2d9256c1c993a5.tar.gz
current-1b0f14f1ac91b97325a392757b2d9256c1c993a5.tar.xz
Tue Dec 25 03:15:50 UTC 201820181225031550
ap/groff-1.22.4-x86_64-1.txz: Upgraded. d/bison-3.2.4-x86_64-1.txz: Upgraded. d/gdb-8.2.1-x86_64-1.txz: Upgraded. d/parallel-20181222-noarch-1.txz: Upgraded.
Diffstat (limited to 'source/d/gdb')
-rwxr-xr-xsource/d/gdb/gdb.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/gdb/gdb.SlackBuild b/source/d/gdb/gdb.SlackBuild
index 92cc11f88..9ad26c87a 100755
--- a/source/d/gdb/gdb.SlackBuild
+++ b/source/d/gdb/gdb.SlackBuild
@@ -73,7 +73,7 @@ find . \
-exec chmod 644 {} \;
# Currently broken in this version, but keep trying:
-if [ "$VERSION" = "8.0.1" -o "$VERSION" = "8.1" -o "$VERSION" = "8.1.1" -o "$VERSION" = "8.2" ]; then
+if [ "$VERSION" = "8.2" -o "$VERSION" = "8.2.1" ]; then
GUILE_OPTION="--without-guile"
else
# Might as well try it to see if it compiles this time: