Ponce / slackbuilds

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/
https://slackware.ponce.cc
163 stars 62 forks source link

EMBASSY fix #237

Closed rizitis closed 3 months ago

rizitis commented 3 months ago

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.

Ponce commented 3 months ago

thanks, pushed in its own branch!