summaryrefslogtreecommitdiff
path: root/packaging/tinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/tinfo.patch')
-rw-r--r--packaging/tinfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packaging/tinfo.patch b/packaging/tinfo.patch
new file mode 100644
index 000000000..8f09832ca
--- /dev/null
+++ b/packaging/tinfo.patch
@@ -0,0 +1,12 @@
+Index: cmake-2.8.3/Source/CursesDialog/CMakeLists.txt
+===================================================================
+--- cmake-2.8.3.orig/Source/CursesDialog/CMakeLists.txt
++++ cmake-2.8.3/Source/CursesDialog/CMakeLists.txt
+@@ -32,6 +32,6 @@ INCLUDE_DIRECTORIES(${CURSES_INCLUDE_PAT
+
+ ADD_EXECUTABLE(ccmake ${CURSES_SRCS} )
+ TARGET_LINK_LIBRARIES(ccmake CMakeLib)
+-TARGET_LINK_LIBRARIES(ccmake cmForm)
++TARGET_LINK_LIBRARIES(ccmake cmForm tinfo)
+
+ INSTALL_TARGETS(/bin ccmake)