aboutsummaryrefslogtreecommitdiffstats
path: root/ncurses/ncurses/tic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses/ncurses/tic.patch')
-rw-r--r--ncurses/ncurses/tic.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/ncurses/ncurses/tic.patch b/ncurses/ncurses/tic.patch
index e69de29bb2..b09da4cd0c 100644
--- a/ncurses/ncurses/tic.patch
+++ b/ncurses/ncurses/tic.patch
@@ -0,0 +1,19 @@
+--- 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