summaryrefslogtreecommitdiffstats
path: root/development/bas55
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-04-19 21:34:43 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-04-19 21:34:43 -0500
commit0a00422ea4641107b2dd3b7c91d8f8aaeb976cdd (patch)
treefb2705b863aa06c76a9710a2901612fc22f8e258 /development/bas55
parentc5dc30c3157efab6d63b3fab4aa5156bf6675d43 (diff)
downloadslackbuilds-0a00422ea4641107b2dd3b7c91d8f8aaeb976cdd.tar.gz
slackbuilds-0a00422ea4641107b2dd3b7c91d8f8aaeb976cdd.tar.xz
development/bas55: Fixed for libedit in Slackware
Diffstat (limited to 'development/bas55')
-rw-r--r--development/bas55/README3
-rw-r--r--development/bas55/bas55.SlackBuild8
2 files changed, 1 insertions, 10 deletions
diff --git a/development/bas55/README b/development/bas55/README
index f740f48136..95fc4e2e85 100644
--- a/development/bas55/README
+++ b/development/bas55/README
@@ -3,6 +3,3 @@ bas55 (ECMA-55 Minimal BASIC System)
bas55 is an implementation of the the Minimal BASIC programming
language as defined by the ECMA 55 standard. It provides an
interpreter and an editor with line renumbering capabilities.
-
-For enhanced editing support, pass LIBEDIT=yes to the SlackBuild. This
-requires "libedit".
diff --git a/development/bas55/bas55.SlackBuild b/development/bas55/bas55.SlackBuild
index c4f9a9b643..1c7c194fca 100644
--- a/development/bas55/bas55.SlackBuild
+++ b/development/bas55/bas55.SlackBuild
@@ -54,12 +54,6 @@ else
LIBDIRSUFFIX=""
fi
-if [ "$LIBEDIT" = yes ]; then
- LIBEDITOPTION="--with-libedit"
-else
- LIBEDITOPTION=""
-fi
-
set -e
rm -rf $PKG
@@ -86,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux \
- ${LIBEDITOPTION}
+ --with-libedit
make
make install DESTDIR=$PKG