fork of master branch from git://git.slackbuilds.org/slackbuilds.git (read more on wiki). If you want to fork/pull request do it only over master (the other branches are temporary and are always rebased on master). alternative interface https://cgit.ponce.cc/slackbuilds/
Hello ponce! Please edit SlackBuild line 297 like this:
cd $TMP/$PRGNAM-$VERSION/$MSE
# Use sed to fix the ncurses issue in mse.c
sed -i 's/Display->_maxx/COLS/' src/mse.c || exit
sed -i 's/Display->_maxy/LINES/' src/mse.c || exit
CFLAGS="$SLKCFLAGS $LIBDIRPATH" \
CXXFLAGS="$SLKCFLAGS $LIBDIRPATH" \
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}/EMBOSS" \
These 2 sed command fix problems and build fine in current.
Hello ponce! Please edit SlackBuild line 297 like this:
These 2 sed command fix problems and build fine in current.