mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
521 B

--- ./misc/run_tic.in.orig 2004-09-21 00:08:05.106683264 +0200
+++ ./misc/run_tic.in 2004-09-21 00:08:35.937996192 +0200
@@ -66,6 +66,10 @@
*) PATH=../progs:${DESTDIR}$bindir:$PATH ;;
esac
export PATH
+SHLIB=$srcdir/shlib
+else
+# Cross-compiling, so don't set PATH or run shlib.
+SHLIB=
fi
#
@@ -111,7 +115,7 @@
problems for older ncurses applications.
EOF
-if ( $srcdir/shlib tic$suffix -s -o $TERMINFO $source )
+if ( $SHLIB tic$suffix -s -o $TERMINFO $source )
then
echo '** built new '$TERMINFO
else