pkgsrc/devel/ncurses/patches/patch-ac
1999-07-06 07:51:03 +00:00

12 lines
476 B
Text

$NetBSD: patch-ac,v 1.3 1999/07/06 07:51:04 jlam Exp $
--- misc/run_tic.sh.orig Wed Feb 11 07:13:50 1998
+++ misc/run_tic.sh Tue Jun 29 19:03:00 1999
@@ -120,6 +120,7 @@
# to find terminfo under /usr/lib. That is, we'll _try_ to do that. Not
# all systems support symbolic links, and those that do provide a variety
# of options for 'test'.
+exit 0 # don't do this
if test "$TICDIR" != "$TERMINFO" ; then
( rm -f $TICDIR 2>/dev/null )
if ( cd $TICDIR 2>/dev/null )