diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-08 18:31:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-08 18:31:54 +0000 |
commit | 0dc647c11c59a32054bdcfc101154bf051db147b (patch) | |
tree | e48a636be868f10354651f49a4ea39ad4a54fd7b /net-proxy/wwwoffle/files | |
parent | Cleanup (diff) | |
download | gentoo-2-0dc647c11c59a32054bdcfc101154bf051db147b.tar.gz gentoo-2-0dc647c11c59a32054bdcfc101154bf051db147b.tar.bz2 gentoo-2-0dc647c11c59a32054bdcfc101154bf051db147b.zip |
Version bump.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-proxy/wwwoffle/files')
-rw-r--r-- | net-proxy/wwwoffle/files/wwwoffle-2.9i-define.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-proxy/wwwoffle/files/wwwoffle-2.9i-define.patch b/net-proxy/wwwoffle/files/wwwoffle-2.9i-define.patch new file mode 100644 index 000000000000..3bcc10d761e6 --- /dev/null +++ b/net-proxy/wwwoffle/files/wwwoffle-2.9i-define.patch @@ -0,0 +1,20 @@ +--- a/src/wwwoffled.c ++++ b/src/wwwoffled.c +@@ -15,6 +15,7 @@ + + #include "autoconfig.h" + ++#define _GNU_SOURCE + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +--- a/src/cgi.c ++++ b/src/cgi.c +@@ -16,6 +16,7 @@ + + #include "autoconfig.h" + ++#define _GNU_SOURCE + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |