diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-05-14 15:34:36 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-05-14 15:34:36 +0000 |
commit | 884bda4da51001c435fe7cd840d502779c1ec76c (patch) | |
tree | 8f29a410c81474a7158bfcaf9841db5ae4330481 /www-client | |
parent | x86 (diff) | |
download | gentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.tar.gz gentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.tar.bz2 gentoo-2-884bda4da51001c435fe7cd840d502779c1ec76c.zip |
Replaced elinks-0.11.1-time.patch with a better version from bug #133178.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/elinks/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/elinks/files/elinks-0.11.1-time.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/elinks/ChangeLog b/www-client/elinks/ChangeLog index 8c83a322e287..d69e9bb381e0 100644 --- a/www-client/elinks/ChangeLog +++ b/www-client/elinks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/elinks # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.43 2006/05/11 18:56:22 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.44 2006/05/14 15:34:36 spock Exp $ + + 14 May 2006; Michał Januszewski <spock@gentoo.org> + files/elinks-0.11.1-time.patch: + Replaced elinks-0.11.1-time.patch with a better version from bug #133178. *elinks-0.11.1 (11 May 2006) diff --git a/www-client/elinks/files/elinks-0.11.1-time.patch b/www-client/elinks/files/elinks-0.11.1-time.patch index 7caec8ef29e7..0ccfe1acf601 100644 --- a/www-client/elinks/files/elinks-0.11.1-time.patch +++ b/www-client/elinks/files/elinks-0.11.1-time.patch @@ -5,7 +5,7 @@ diff -Naurp elinks-0.11.1-orig/src/util/time.h elinks-0.11.1/src/util/time.h #ifndef EL__UTIL_TIME_H #define EL__UTIL_TIME_H -+#include <unistd.h> ++#include <sys/types.h> + #ifdef HAVE_SYS_TIME_H #include <sys/time.h> |