aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-bug-1338655.patch
diff options
context:
space:
mode:
authorFrançois Chavant <alpine@mail.chavant.info>2017-06-14 10:22:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-14 10:56:06 +0000
commit537eca77919a5b8d465ad8f7da066935decc8886 (patch)
tree9baad355a594a0c5d0383b2c27b37e73ec00fbaa /testing/firefox/fix-bug-1338655.patch
parent984fdae4a78f4ba42bc6aab0cf55de49ca7ca274 (diff)
downloadaports-537eca77919a5b8d465ad8f7da066935decc8886.tar.bz2
aports-537eca77919a5b8d465ad8f7da066935decc8886.tar.xz
testing/firefox: update to version 54.0
Diffstat (limited to 'testing/firefox/fix-bug-1338655.patch')
-rw-r--r--testing/firefox/fix-bug-1338655.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/firefox/fix-bug-1338655.patch b/testing/firefox/fix-bug-1338655.patch
deleted file mode 100644
index a6259ebef4..0000000000
--- a/testing/firefox/fix-bug-1338655.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/media/libstagefright/binding/mp4parse-cargo.patch
-+++ b/media/libstagefright/binding/mp4parse-cargo.patch
-@@ -27,12 +27,13 @@ diff --git a/media/libstagefright/binding/mp4parse_capi/Cargo.toml b/media/libst
- index aeeebc65..5c0836a 100644
- --- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
- +++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
--@@ -18,18 +18,10 @@ exclude = [
-+@@ -18,18 +18,12 @@ exclude = [
- "*.mp4",
- ]
-
- -build = "build.rs"
---
-++build = false
-+
- [dependencies]
- byteorder = "1.0.0"
- "mp4parse" = {version = "0.6.0", path = "../mp4parse"}
---- a/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-+++ b/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-@@ -18,6 +18,8 @@ exclude = [
- "*.mp4",
- ]
-
-+build = false
-+
- [dependencies]
- byteorder = "1.0.0"
- "mp4parse" = {version = "0.6.0", path = "../mp4parse"}