aboutsummaryrefslogtreecommitdiffstats
path: root/main/xulrunner/fix-netwerk.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-02-26 13:45:53 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-02-26 13:45:53 +0000
commited124adfdb1b612471e2bb975b0634e90b7a04ae (patch)
treea343526a0e43ff5284084bf5b57b9e78fa9f0a19 /main/xulrunner/fix-netwerk.patch
parent940d417f509901b8c31d54ba4aac6e87438bb1cf (diff)
downloadaports-ed124adfdb1b612471e2bb975b0634e90b7a04ae.tar.bz2
aports-ed124adfdb1b612471e2bb975b0634e90b7a04ae.tar.xz
main/xulrunner: fix arm build
Diffstat (limited to 'main/xulrunner/fix-netwerk.patch')
-rw-r--r--main/xulrunner/fix-netwerk.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/xulrunner/fix-netwerk.patch b/main/xulrunner/fix-netwerk.patch
index f3f684d7f0..6b9645ec3a 100644
--- a/main/xulrunner/fix-netwerk.patch
+++ b/main/xulrunner/fix-netwerk.patch
@@ -60,3 +60,17 @@
/*
* This file defines four types of data structures: singly-linked lists,
* singly-linked tail queues, lists and tail queues.
+--- mozilla-release/netwerk.orig/sctp/src/user_environment.c
++++ mozilla-release/netwerk/sctp/src/user_environment.c
+@@ -33,11 +33,6 @@
+ #include <stdlib.h>
+ #if !defined (__Userspace_os_Windows)
+ #include <stdint.h>
+-#if !defined(__Userspace_os_FreeBSD)
+-#if !defined(ANDROID)
+-#include <sys/sysctl.h>
+-#endif
+-#endif
+ #include <netinet/sctp_os_userspace.h>
+ #endif
+ #include <user_environment.h>