diff options
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/gdb/gdb.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/gdb/gdb.SlackBuild b/source/d/gdb/gdb.SlackBuild index 92cc11f8..9ad26c87 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: |