summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen/files/patch-ad')
-rw-r--r--sysutils/screen/files/patch-ad87
1 files changed, 0 insertions, 87 deletions
diff --git a/sysutils/screen/files/patch-ad b/sysutils/screen/files/patch-ad
deleted file mode 100644
index 9d8e59470cc5..000000000000
--- a/sysutils/screen/files/patch-ad
+++ /dev/null
@@ -1,87 +0,0 @@
---- configure.orig Thu Feb 14 22:11:21 2002
-+++ configure Tue Feb 19 13:26:23 2002
-@@ -3502,43 +3502,6 @@
- echo "$as_me: failed program was:" >&5
- cat conftest.$ac_ext >&5
- olibs="$LIBS"
--LIBS="-lcurses $olibs"
--{ echo "$as_me:3506: checking libcurses..." >&5
--echo "$as_me: checking libcurses..." >&6;}
--cat >conftest.$ac_ext <<_ACEOF
--#line 3509 "configure"
--#include "confdefs.h"
--
--int
--main ()
--{
--
--#ifdef __hpux
--__sorry_hpux_libcurses_is_totally_broken_in_10_10();
--#else
--tgetent((char *)0, (char *)0);
--#endif
--
-- ;
-- return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:3527: \"$ac_link\"") >&5
-- (eval $ac_link) 2>&5
-- ac_status=$?
-- echo "$as_me:3530: \$? = $ac_status" >&5
-- (exit $ac_status); } &&
-- { ac_try='test -s conftest$ac_exeext'
-- { (eval echo "$as_me:3533: \"$ac_try\"") >&5
-- (eval $ac_try) 2>&5
-- ac_status=$?
-- echo "$as_me:3536: \$? = $ac_status" >&5
-- (exit $ac_status); }; }; then
-- :
--else
-- echo "$as_me: failed program was:" >&5
--cat conftest.$ac_ext >&5
- LIBS="-ltermcap $olibs"
- { echo "$as_me:3543: checking libtermcap..." >&5
- echo "$as_me: checking libtermcap..." >&6;}
-@@ -3643,8 +3606,6 @@
- rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
- fi
- rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--fi
--rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-
- if test "$cross_compiling" = yes; then
- { { echo "$as_me:3650: error: cannot run test program while cross compiling" >&5
-@@ -3657,7 +3618,7 @@
-
- main()
- {
-- exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
-+ exit(strcmp(tgoto("%d%d", 0, 1), "1") ? 0 : 1);
- }
- _ACEOF
- rm -f conftest$ac_exeext
-@@ -3861,18 +3822,15 @@
- fi
- rm -f conftest*
-
--if test "$ptys" != "$pdir/pty??" ; then
--p0=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
--p1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
-+# XXX: hardcoded, since port must be devfs and various setups independent
-+
- cat >>confdefs.h <<EOF
--#define PTYRANGE0 "$p0"
-+#define PTYRANGE0 "pqrsPQRS"
- EOF
-
- cat >>confdefs.h <<EOF
--#define PTYRANGE1 "$p1"
-+#define PTYRANGE1 "0123456789abcdefghijklmnopqrstuv"
- EOF
--
--fi
-
- { echo "$as_me:3877: checking default tty permissions/group..." >&5
- echo "$as_me: checking default tty permissions/group..." >&6;}