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.
screen/screen-3.9.13-ia64.patch

14 lines
391 B

diff -ur screen-3.9.13/configure.in screen-3.9.13-lhh/configure.in
--- screen-3.9.13/configure.in 2002-08-12 10:34:14.000000000 -0400
+++ screen-3.9.13-lhh/configure.in 2002-12-05 16:54:44.000000000 -0500
@@ -664,6 +664,9 @@
AC_MSG_ERROR(!!! no tgetent - no screen))))))
AC_TRY_RUN([
+
+extern char *tgoto(char *,int,int);
+
main()
{
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);