diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 09:57:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 12:48:15 +0000 |
commit | 367991275b8f37b8bdd024eceddbb4c2bb981f76 (patch) | |
tree | 23666c013fd8a9298bda2db769ebe3192f46aa87 /community/firefox-esr/fix-netwerk.patch | |
parent | 4c9e27a54c4f400e46645cb768b7743d2e29f9b1 (diff) | |
download | aports-367991275b8f37b8bdd024eceddbb4c2bb981f76.tar.bz2 aports-367991275b8f37b8bdd024eceddbb4c2bb981f76.tar.xz |
community/firefox-esr: upgrade to 45.0.1
Diffstat (limited to 'community/firefox-esr/fix-netwerk.patch')
-rw-r--r-- | community/firefox-esr/fix-netwerk.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/community/firefox-esr/fix-netwerk.patch b/community/firefox-esr/fix-netwerk.patch deleted file mode 100644 index a31b286229..0000000000 --- a/community/firefox-esr/fix-netwerk.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- ./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 - /* |