freebsd-ports/www/gatling/files/patch-http.c
Dennis Herrmann 0dd5bacf80 - Update to 0.10
PR:		ports/135027
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2009-05-28 17:21:46 +00:00

9 lines
217 B
C

--- 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"