X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=utils%2Fscreen%2Fpatches%2F100-cross_compile_fix.patch;fp=utils%2Fscreen%2Fpatches%2F100-cross_compile_fix.patch;h=0000000000000000000000000000000000000000;hb=ac622b782883da23389a068b1b06f02fae9250f6;hp=b4bc30797c9d4a6277b58c4e0861101e4def2181;hpb=8088ead632c7741f1c7b197b2689e3da1856ad5b;p=packages.git diff --git a/utils/screen/patches/100-cross_compile_fix.patch b/utils/screen/patches/100-cross_compile_fix.patch deleted file mode 100644 index b4bc30797..000000000 --- a/utils/screen/patches/100-cross_compile_fix.patch +++ /dev/null @@ -1,64 +0,0 @@ ---- a/configure -+++ b/configure -@@ -414,7 +414,7 @@ as_fn_error () - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 -- as_fn_exit $as_status -+ # as_fn_exit $as_status - } # as_fn_error - - if expr a : '\(a\)' >/dev/null 2>&1 && -@@ -5941,8 +5941,6 @@ else - fi - rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext --test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec" --test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow" - oldlibs="$LIBS" - LIBS="$LIBS -lsun" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking IRIX sun library..." >&5 -@@ -7023,7 +7021,7 @@ as_fn_error () - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 - fi - $as_echo "$as_me: error: $2" >&2 -- as_fn_exit $as_status -+ # as_fn_exit $as_status - } # as_fn_error - - ---- a/pty.c -+++ b/pty.c -@@ -39,9 +39,9 @@ - #endif - - /* for solaris 2.1, Unixware (SVR4.2) and possibly others */ --#ifdef HAVE_STROPTS_H --# include --#endif -+//#ifdef HAVE_STROPTS_H -+//# include -+//#endif - - #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL) - # include ---- a/sched.h -+++ b/sched.h -@@ -27,6 +27,11 @@ - * $Id$ GNU - */ - -+#ifndef __SCHED_H -+#define __SCHED_H -+ -+#include -+ - struct event - { - struct event *next; -@@ -46,3 +51,5 @@ struct event - #define EV_READ 1 - #define EV_WRITE 2 - #define EV_ALWAYS 3 -+ -+#endif