summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/patch/kalgebra.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/patch/kalgebra.patch')
-rw-r--r--testing/source/vtown/kde/patch/kalgebra.patch4
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 000000000..d17f4822d
--- /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 ; }