diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 09:32:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 12:48:15 +0000 |
commit | 4c9e27a54c4f400e46645cb768b7743d2e29f9b1 (patch) | |
tree | efafab3e4b167b8a11a8991d468c1655d25403c4 /community/firefox-esr/fix-media.patch | |
parent | a94573fafecc06cfd799ff83b4b3da40e29d469d (diff) | |
download | aports-4c9e27a54c4f400e46645cb768b7743d2e29f9b1.tar.bz2 aports-4c9e27a54c4f400e46645cb768b7743d2e29f9b1.tar.xz |
community/firefox-esr: renamed from firefox
Diffstat (limited to 'community/firefox-esr/fix-media.patch')
-rw-r--r-- | community/firefox-esr/fix-media.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/firefox-esr/fix-media.patch b/community/firefox-esr/fix-media.patch new file mode 100644 index 0000000000..af6045fe72 --- /dev/null +++ b/community/firefox-esr/fix-media.patch @@ -0,0 +1,10 @@ +--- mozilla-release/media.orig/mtransport/third_party/nICEr/src/stun/addrs.c ++++ mozilla-release/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> |