Sha256: 8fee2a5f62787c0941a2f4425993703f0770ba32e9ef223bea3a05c8c2a6d0ab

Contents?: true

Size: 921 Bytes

Versions: 6

Compression:

Stored size: 921 Bytes

Contents

$NetBSD: patch-aa,v 1.16 2011/02/28 11:02:46 adam Exp $

--- misc/run_tic.in.orig	2006-10-28 21:43:30.000000000 +0200
+++ misc/run_tic.in
@@ -122,7 +122,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.
-( test -d "$TERMINFO" && cd $TERMINFO && rm -fr ? 2>/dev/null )
+#( test -d "$TERMINFO" && cd $TERMINFO && rm -fr ? 2>/dev/null )
 
 if test "$ext_funcs" = 1 ; then
 cat <<EOF
@@ -164,6 +164,9 @@ else
 fi
 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 config/patches/ncurses/patch-aa
omnibus-software-23.6.292 config/patches/ncurses/patch-aa
omnibus-software-23.6.291 config/patches/ncurses/patch-aa
omnibus-software-23.2.283 config/patches/ncurses/patch-aa
omnibus-software-23.2.281 config/patches/ncurses/patch-aa
omnibus-software-22.11.239 config/patches/ncurses/patch-aa