diff options
Diffstat (limited to 'www/gatling/files/patch-http.c')
-rw-r--r-- | www/gatling/files/patch-http.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/gatling/files/patch-http.c b/www/gatling/files/patch-http.c new file mode 100644 index 000000000000..13e52e79d9dd --- /dev/null +++ b/www/gatling/files/patch-http.c @@ -0,0 +1,9 @@ +--- http.c.orig 2009-04-10 16:01:37.000000000 +0200 ++++ http.c 2009-04-10 16:01:57.000000000 +0200 +@@ -1,4 +1,6 @@ ++/* this define breaks the build on FreeBSD: + #define _XOPEN_SOURCE 500 ++*/ + + #include "gatling.h" + |