summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/patch/kalgebra/kalgebra_ncurses_linking.diff
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/patch/kalgebra/kalgebra_ncurses_linking.diff')
-rw-r--r--testing/source/vtown/kde/patch/kalgebra/kalgebra_ncurses_linking.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/patch/kalgebra/kalgebra_ncurses_linking.diff b/testing/source/vtown/kde/patch/kalgebra/kalgebra_ncurses_linking.diff
new file mode 100644
index 000000000..3d78fa30b
--- /dev/null
+++ b/testing/source/vtown/kde/patch/kalgebra/kalgebra_ncurses_linking.diff
@@ -0,0 +1,11 @@
+--- kalgebra-14.12.1.orig/calgebra/CMakeLists.txt 2014-11-13 02:59:40.000000000 +0100
++++ kalgebra-14.12.1/calgebra/CMakeLists.txt 2015-01-14 14:35:54.702166188 +0100
+@@ -13,7 +13,7 @@
+ endif()
+
+ add_executable(calgebra main.cpp)
+-target_link_libraries(calgebra Qt5::Core ${READLINE_LIBRARY} KF5::Analitza)
++target_link_libraries(calgebra Qt5::Core ${READLINE_LIBRARY} ${CURSES_LIBRARIES} KF5::Analitza)
+
+ install(TARGETS calgebra ${INSTALL_TARGETS_DEFAULT_ARGS})
+