mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
5 lines
310 B
Diff
5 lines
310 B
Diff
# On some systems, libreadline is linked to Curses implementation directly;
|
|||
# on other, it's not, requiring you to link both Curses and Readline libraries
|
|||
# manually.
|
|||
cat $CWD/patch/kalgebra/kalgebra_ncurses_linking.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|