From 70c013179db63be17ff6a1e7b8d797688aa02eb8 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Wed, 11 Jul 2018 05:30:55 -0400 Subject: development/blassic: Support last alpha version. Signed-off-by: B. Watson --- development/blassic/README | 10 ++++++++++ development/blassic/blassic.SlackBuild | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/development/blassic/README b/development/blassic/README index 06a30cd8f8..1c7e2c49e3 100644 --- a/development/blassic/README +++ b/development/blassic/README @@ -13,3 +13,13 @@ Blassic ships with many example programs, which are installed in There is no documentation on the Blassic language included in the package. Full docs can be found on http://blassic.net/ + +Blassic development seems to have stopped in January of 2010. This +build is for the last stable release, 0.10.3. However, there was a +'preliminary' 0.11 release, with some new features but also with +known issues. If you want to try this version, you can build it +with this script: + +- Download the source: http://blassic.net/bin/blassic-0.11.0.20100121.tgz +- Check its md5sum. Should be ee81716bc75bd5d3405cb6dc8ef34615. +- Run the script with VERSION=0.11.0.20100121 in the environment. diff --git a/development/blassic/blassic.SlackBuild b/development/blassic/blassic.SlackBuild index 496a12596c..ef8e729d3b 100644 --- a/development/blassic/blassic.SlackBuild +++ b/development/blassic/blassic.SlackBuild @@ -64,7 +64,7 @@ find -L . \ -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -fpermissive" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ -- cgit v1.2.3