diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-12-31 18:40:32 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-12-31 18:40:32 +0000 |
commit | 11370a32316df7140bf9a1daf2a818e71efbd8a6 (patch) | |
tree | 76b8832c1154f3e2dd7145d08f480bdc5261ef6d /net-misc/netkit-rusers/files | |
parent | Version bump, no longer uses gnome-vfs, requires at least python-2.5 and othe... (diff) | |
download | historical-11370a32316df7140bf9a1daf2a818e71efbd8a6.tar.gz historical-11370a32316df7140bf9a1daf2a818e71efbd8a6.tar.bz2 historical-11370a32316df7140bf9a1daf2a818e71efbd8a6.zip |
Respect LDFLAGS (bug #337620), CC. Fix some includes. Remove empty DEPEND.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux i686
Diffstat (limited to 'net-misc/netkit-rusers/files')
-rw-r--r-- | net-misc/netkit-rusers/files/netkit-rusers-0.17-include.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/netkit-rusers/files/netkit-rusers-0.17-include.patch b/net-misc/netkit-rusers/files/netkit-rusers-0.17-include.patch new file mode 100644 index 000000000000..9dccf5442c41 --- /dev/null +++ b/net-misc/netkit-rusers/files/netkit-rusers-0.17-include.patch @@ -0,0 +1,30 @@ +--- ./rup/err.c.orig 1997-04-06 00:13:31.000000000 +0200 ++++ ./rup/err.c 2010-12-31 19:29:41.000000000 +0100 +@@ -8,6 +8,7 @@ + #include <stdio.h> + #include <stdarg.h> + #include <err.h> ++#include <stdlib.h> /* exit() */ + + void err(int eval, const char *fmt, ...) { + va_list ap; +--- ./rpc.rusersd/rusers_proc.c.orig 2000-07-23 05:11:56.000000000 +0200 ++++ ./rpc.rusersd/rusers_proc.c 2010-12-31 19:27:50.000000000 +0100 +@@ -40,6 +40,7 @@ + #include <sys/socket.h> + #include <sys/param.h> + #include <sys/stat.h> ++#include <time.h> /* time() */ + #ifdef XIDLE + #include <setjmp.h> + #include <X11/Xlib.h> +--- ./rusers/rusers.c.orig 1999-12-12 20:32:05.000000000 +0100 ++++ ./rusers/rusers.c 2010-12-31 19:30:33.000000000 +0100 +@@ -44,6 +44,7 @@ + #include <utmp.h> + #include <stdlib.h> + #include <unistd.h> ++#include <time.h> /* ctime() */ + + #include "../version.h" + |