diff options
Diffstat (limited to 'testing/source/vtown/kde/patch/kalgebra.patch')
-rw-r--r-- | testing/source/vtown/kde/patch/kalgebra.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/patch/kalgebra.patch b/testing/source/vtown/kde/patch/kalgebra.patch new file mode 100644 index 00000000..d17f4822 --- /dev/null +++ b/testing/source/vtown/kde/patch/kalgebra.patch @@ -0,0 +1,4 @@ +# 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 ; } |