diff options
author | B. Watson <yalhcru@gmail.com> | 2018-07-11 05:30:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-17 07:15:49 +0700 |
commit | 70c013179db63be17ff6a1e7b8d797688aa02eb8 (patch) | |
tree | 190a4ab223fd42046a12fe777e35acc59bd9c388 | |
parent | b713dd84748597d155191efbaab80416ac671aad (diff) | |
download | slackbuilds-70c013179db63be17ff6a1e7b8d797688aa02eb8.tar.gz |
development/blassic: Support last alpha version.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | development/blassic/README | 10 | ||||
-rw-r--r-- | development/blassic/blassic.SlackBuild | 2 |
2 files changed, 11 insertions, 1 deletions
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} \ |