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

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