diff options
Diffstat (limited to 'devel/ncurses/patches/patch-aa')
-rw-r--r-- | devel/ncurses/patches/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/ncurses/patches/patch-aa b/devel/ncurses/patches/patch-aa index b9eca1d05de..eee0a5f0fe7 100644 --- a/devel/ncurses/patches/patch-aa +++ b/devel/ncurses/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.12 2002/09/01 18:36:36 tron Exp $ +$NetBSD: patch-aa,v 1.13 2004/03/03 13:36:09 adam Exp $ ---- misc/run_tic.in.orig Tue Oct 10 00:57:35 2000 -+++ misc/run_tic.in Sun Sep 1 20:19:08 2002 -@@ -81,7 +81,7 @@ +--- misc/run_tic.in.orig 2003-09-06 22:31:44.000000000 +0000 ++++ misc/run_tic.in +@@ -91,7 +91,7 @@ TICDIR=`echo $TERMINFO | sed -e 's%/shar # would generate a lot of confusing error messages if we tried to overwrite it. # We explicitly remove its contents rather than the directory itself, in case # the directory is actually a symbolic link. @@ -11,13 +11,13 @@ $NetBSD: patch-aa,v 1.12 2002/09/01 18:36:36 tron Exp $ # If we're not installing into /usr/share/, we'll have to adjust the location # of the tabset files in terminfo.src (which are in a parallel directory). -@@ -112,6 +112,9 @@ - echo '? tic could not build '$TERMINFO +@@ -123,6 +123,9 @@ else exit 1 fi -+ + +# For NetBSD pkgsrc, don't bother with setting a symbolic link. +exit 0 - ++ # Make a symbolic link to provide compatibility with applications that expect # 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 |