summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-28 08:41:52 -0800
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2015-01-06 11:17:16 +0100
commit2926d25058509fe90e6edbdfc36dc8371fd072f9 (patch)
tree989ee50c20ce2b1f89555d1450a5e7392e9205cd /packaging
parentf3a58fa741749431b4b76f06a5bd7da7e4dd1771 (diff)
downloadcmake-2926d25058509fe90e6edbdfc36dc8371fd072f9.tar.gz
cmake-2926d25058509fe90e6edbdfc36dc8371fd072f9.tar.bz2
cmake-2926d25058509fe90e6edbdfc36dc8371fd072f9.zip
remove patches
Diffstat (limited to 'packaging')
-rw-r--r--packaging/tinfo.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/packaging/tinfo.patch b/packaging/tinfo.patch
deleted file mode 100644
index 8f09832ca..000000000
--- a/packaging/tinfo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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)