screen/screen-3.9.13-ia64.patch
cvsdist b30bd93b5b auto-import changelog data from screen-3.9.13-5.src.rpm
Fri Feb 14 2003 Lon Hohberger <lhh@redhat.com> 3.9.13-5
- Closes a potential window to raise the warning noted in #84232.
Fri Feb 14 2003 Lon Hohberger <lhh@redhat.com> 3.9.13-4
- Fix for #84232
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Thu Dec 05 2002 Lon Hohberger <lhh@redhat.com> 3.9.13-2
- Fixed up patches; aggregated screenrc + status patches into one for build
    2.
Thu Dec 05 2002 Lon Hohberger <lhh@redhat.com> 3.9.13-1
- Import of 3.9.13 source tree. UTF-8 no longer dooms us.
Mon Dec 02 2002 Lon Hohberger <lhh@redhat.com> 3.9.11-14
- Fix for #78423
Tue Nov 12 2002 Lon Hohberger <lhh@redhat.com> 3.9.11-13
- Fixed Makefile, bumped to 3.9.11-13
Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 3.9.11-12
- obey RPM_OPT_FLAGS always
Mon Nov 11 2002 Bill Nottingham <notting@redhat.com>
- remove hardcoded paths from pam config file
2004-09-09 12:07:23 +00:00

14 lines
391 B
Diff

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);