summaryrefslogtreecommitdiff
path: root/recipes/ncurses/ncurses/tic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ncurses/ncurses/tic.patch')
-rw-r--r--recipes/ncurses/ncurses/tic.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/ncurses/ncurses/tic.patch b/recipes/ncurses/ncurses/tic.patch
deleted file mode 100644
index b09da4cd0c..0000000000
--- a/recipes/ncurses/ncurses/tic.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ncurses-5.2/misc/run_tic.in Mon Oct 9 16:57:35 2000
-+++ ncurses-5.2/misc/run_tic.in.new Thu Mar 14 17:13:20 2002
-@@ -105,7 +105,15 @@
- problems for older ncurses applications.
-
- EOF
--if ( $srcdir/shlib tic$suffix -s -o $TERMINFO $source )
-+
-+if [ "$BUILD_CC" != "$CC" ]
-+then
-+ SHLIB=""
-+else
-+ SHLIB="$srcdir/shlib"
-+fi
-+
-+if ( ${SHLIB} tic$suffix -s -o $TERMINFO $source )
- then
- echo '** built new '$TERMINFO
- else