mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/bas55: Fixed for libedit in Slackware
This commit is contained in:
parent
c5dc30c315
commit
0a00422ea4
2 changed files with 1 additions and 10 deletions
|
@ -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".
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue