aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-rust-target.patch
diff options
context:
space:
mode:
authorLi Q <li66@21cn.com>2019-07-13 14:29:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 16:27:40 -0300
commit510613b01dcd0d9b583e3515c9069d13c0937891 (patch)
treefefd3d44453dfa65f44a3d62d2e439f20a9a3483 /testing/firefox/fix-rust-target.patch
parent0a0f181cc635c90cc70fb6ff9ee0fea59f577dd1 (diff)
downloadaports-510613b01dcd0d9b583e3515c9069d13c0937891.tar.bz2
aports-510613b01dcd0d9b583e3515c9069d13c0937891.tar.xz
testing/firefox: upgrade to 68.0
Diffstat (limited to 'testing/firefox/fix-rust-target.patch')
-rw-r--r--testing/firefox/fix-rust-target.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/firefox/fix-rust-target.patch b/testing/firefox/fix-rust-target.patch
index 7dd760ca1d..8c4b6739ab 100644
--- a/testing/firefox/fix-rust-target.patch
+++ b/testing/firefox/fix-rust-target.patch
@@ -1,6 +1,6 @@
--- a/build/moz.configure/rust.configure
+++ b/build/moz.configure/rust.configure
-@@ -181,9 +181,11 @@
+@@ -280,9 +280,11 @@
die("Don't know how to translate {} for rustc".format(
host_or_target.alias))
@@ -13,7 +13,7 @@
in_fd, in_path = mkstemp(prefix='conftest', suffix='.rs')
out_fd, out_path = mkstemp(prefix='conftest', suffix='.rlib')
os.close(out_fd)
-@@ -220,7 +222,7 @@
+@@ -319,7 +321,7 @@
os.remove(out_path)
# This target is usable.