summaryrefslogtreecommitdiff
path: root/www/pecl-http/files/patch-php_http_url.c
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-05-27 19:10:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-05-27 19:10:19 +0000
commitc75d1149974d19f89cb2fd09abcae9c8d07843f7 (patch)
tree3611eef6a53e4257e2c7bbea98d23f451fdb36bb /www/pecl-http/files/patch-php_http_url.c
parent- Add LICENSE (diff)
www/pecl-http: Update version 2.4.1=>2.4.3
Notes
Notes: svn path=/head/; revision=387672
Diffstat (limited to '')
-rw-r--r--www/pecl-http/files/patch-php_http_url.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/pecl-http/files/patch-php_http_url.c b/www/pecl-http/files/patch-php_http_url.c
index 30eab1c5a81e..edf7788da6d5 100644
--- a/www/pecl-http/files/patch-php_http_url.c
+++ b/www/pecl-http/files/patch-php_http_url.c
@@ -1,10 +1,12 @@
---- php_http_url.c.orig 2015-02-08 20:13:52.746791000 +0800
-+++ php_http_url.c 2015-02-08 20:14:36.050339000 +0800
-@@ -25,6 +25,8 @@
+--- php_http_url.c.orig 2015-04-08 10:14:19 UTC
++++ php_http_url.c
+@@ -27,6 +27,10 @@
# include <arpa/inet.h>
#endif
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <stddef.h>
++#endif
+
#include "php_http_utf8.h"