diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-04 16:08:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-04 16:09:08 +0000 |
commit | 6e4a21f72c03d48d0a14f3fc5e50351ee12c0318 (patch) | |
tree | 3da63695699d3b15410677244534e2010c370ad6 /main/aterm/uclibc.patch | |
parent | e242843d2b754da0b649ef9eac69df702be56882 (diff) | |
download | aports-6e4a21f72c03d48d0a14f3fc5e50351ee12c0318.tar.bz2 aports-6e4a21f72c03d48d0a14f3fc5e50351ee12c0318.tar.xz |
main/aterm: removed. dead upstream
fixes #2280
Diffstat (limited to 'main/aterm/uclibc.patch')
-rw-r--r-- | main/aterm/uclibc.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/main/aterm/uclibc.patch b/main/aterm/uclibc.patch deleted file mode 100644 index 1c14283457..0000000000 --- a/main/aterm/uclibc.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- aterm-1.0.1/src/command.c.orig 2009-06-12 18:04:43.000000000 +0000 -+++ aterm-1.0.1/src/command.c 2009-06-12 18:10:23.000000000 +0000 -@@ -91,7 +91,12 @@ - - #if defined (__svr4__) || defined (__lnx21__) - # include <sys/resource.h> /* for struct rlimit */ --# include <sys/stropts.h> /* for I_PUSH */ -+# if defined (__UCLIBC__) -+# define __SID ('S' << 8) -+# define I_PUSH (__SID | 2) -+# else -+# include <sys/stropts.h> /* for I_PUSH */ -+# endif - # define _NEW_TTY_CTRL /* to get proper defines in <termios.h> */ - #endif - |