mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
firefox: update to 39.0.
This commit is contained in:
parent
75234cc727
commit
f34c9a57d7
3 changed files with 3 additions and 50 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- media.orig/mtransport/third_party/nICEr/src/stun/addrs.c
|
|
||||||
+++ media/mtransport/third_party/nICEr/src/stun/addrs.c
|
|
||||||
@@ -45,7 +45,6 @@
|
|
||||||
#include <sys/param.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#ifndef ANDROID
|
|
||||||
-#include <sys/sysctl.h>
|
|
||||||
#include <sys/syslog.h>
|
|
||||||
#else
|
|
||||||
#include <syslog.h>
|
|
|
@ -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
|
|
||||||
/*
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'firefox'.
|
# Template build file for 'firefox'.
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
version=38.0.6
|
version=39.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="mozilla-release"
|
wrksrc="mozilla-release"
|
||||||
short_desc="Lightweight gecko-based web browser"
|
short_desc="Lightweight gecko-based web browser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.mozilla.org/firefox/"
|
homepage="https://www.mozilla.org/firefox/"
|
||||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||||
checksum=379a83c45c606aa046bf543a95f806024089e8794ee3001efd1ba2f7067e2c4d
|
checksum=7e25014deb926df9220c3ab40ac6816c13a04c4cf7bd89b08fc1743307df1096
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue