diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-30 13:03:16 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-30 13:03:16 +0200 |
| commit | f8f12a1762ad21637c24bf91b05725e792871b0f (patch) | |
| tree | 0b941bb30869ad0582f3fa8a386dd25adf1e1f71 /community/firefox/fix-netwerk.patch | |
| parent | 929dd180fe472aa962dc6603a807be97fa7fbb06 (diff) | |
| download | aports-f8f12a1762ad21637c24bf91b05725e792871b0f.tar.bz2 aports-f8f12a1762ad21637c24bf91b05725e792871b0f.tar.xz | |
community/firefox: moved from main
Diffstat (limited to 'community/firefox/fix-netwerk.patch')
| -rw-r--r-- | community/firefox/fix-netwerk.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/community/firefox/fix-netwerk.patch b/community/firefox/fix-netwerk.patch new file mode 100644 index 0000000000..a31b286229 --- /dev/null +++ b/community/firefox/fix-netwerk.patch @@ -0,0 +1,37 @@ +--- ./netwerk.orig/sctp/src/netinet/sctp_os_userspace.h ++++ ./netwerk/sctp/src/netinet/sctp_os_userspace.h +@@ -400,11 +400,8 @@ + }; + + #else /* !defined(Userspace_os_Windows) */ +-#include <sys/cdefs.h> /* needed? added from old __FreeBSD__ */ + #include <sys/socket.h> +-#if defined(__Userspace_os_DragonFly) || defined(__Userspace_os_FreeBSD) || defined(__Userspace_os_Linux) || defined(__Userspace_os_NetBSD) || defined(__Userspace_os_OpenBSD) || defined(ANDROID) + #include <pthread.h> +-#endif + typedef pthread_mutex_t userland_mutex_t; + typedef pthread_cond_t userland_cond_t; + typedef pthread_t userland_thread_t; +--- ./netwerk.orig/sctp/src/netinet/sctp_pcb.c ++++ ./netwerk/sctp/src/netinet/sctp_pcb.c +@@ -30,6 +30,9 @@ + * THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#define _BSD_SOURCE /* for IPPORT_RESERVED */ ++#include <netdb.h> ++ + #ifdef __FreeBSD__ + #include <sys/cdefs.h> + __FBSDID("$FreeBSD: head/sys/netinet/sctp_pcb.c 258765 2013-11-30 12:51:19Z tuexen $"); +--- ./netwerk.orig/sctp/src/user_queue.h ++++ ./netwerk/sctp/src/user_queue.h +@@ -31,7 +31,7 @@ + #ifndef _USER_QUEUE_H_ + #define _USER_QUEUE_H_ + +-#if !defined (__Userspace_os_Windows) ++#if defined(__Userspace_os_FreeBSD) + #include <sys/cdefs.h> + #endif + /* |
