aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cmake/cmake-2.8.2/tinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cmake/cmake-2.8.2/tinfo.patch')
-rw-r--r--recipes/cmake/cmake-2.8.2/tinfo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/cmake/cmake-2.8.2/tinfo.patch b/recipes/cmake/cmake-2.8.2/tinfo.patch
new file mode 100644
index 0000000000..5c332ccdd7
--- /dev/null
+++ b/recipes/cmake/cmake-2.8.2/tinfo.patch
@@ -0,0 +1,10 @@
+diff -Nurd cmake-2.8.2.orig/Source/CursesDialog/CMakeLists.txt cmake-2.8.2/Source/CursesDialog/CMakeLists.txt
+--- cmake-2.8.2.orig/Source/CursesDialog/CMakeLists.txt 2010-06-28 11:16:00.000000000 -0400
++++ cmake-2.8.2/Source/CursesDialog/CMakeLists.txt 2010-08-23 10:36:31.936455461 -0400
+@@ -33,5 +33,6 @@
+ ADD_EXECUTABLE(ccmake ${CURSES_SRCS} )
+ TARGET_LINK_LIBRARIES(ccmake CMakeLib)
+ TARGET_LINK_LIBRARIES(ccmake cmForm)
++TARGET_LINK_LIBRARIES(ccmake tinfo)
+
+ INSTALL_TARGETS(/bin ccmake)