diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-07-24 16:44:06 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-07-24 16:44:06 +0000 |
commit | 037948df67209018615e21a15675564fadde0fb5 (patch) | |
tree | c67b531db5c76bcad46de6eaefddb668dbcccc6a /net-proxy/privoxy/files | |
parent | Fix bad email address in ChangeLog (diff) | |
download | gentoo-2-037948df67209018615e21a15675564fadde0fb5.tar.gz gentoo-2-037948df67209018615e21a15675564fadde0fb5.tar.bz2 gentoo-2-037948df67209018615e21a15675564fadde0fb5.zip |
Revive the previous stable version and bump to the latest beta version (#229049).
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'net-proxy/privoxy/files')
-rw-r--r-- | net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch b/net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch new file mode 100644 index 000000000000..4c2029729956 --- /dev/null +++ b/net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch @@ -0,0 +1,11 @@ +diff -Nru privoxy-3.0.6-stable.orig/parsers.c privoxy-3.0.6-stable/parsers.c +--- privoxy-3.0.6-stable.orig/parsers.c 2006-11-13 21:05:51.000000000 +0200 ++++ privoxy-3.0.6-stable/parsers.c 2007-04-11 16:07:33.000000000 +0300 +@@ -541,6 +541,7 @@ + #include <ctype.h> + #include <assert.h> + #include <string.h> ++#define __USE_XOPEN + #include <time.h> + + #if !defined(_WIN32) && !defined(__OS2__) |