From 1fec582ef73a33da338340a0d045b634eb008331 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 14 May 2017 16:13:08 +0200 Subject: nonprism/icedove: updated to 52.1.0 and removed debian references --- nonprism/icedove/rust-target-i586-to-i686.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nonprism/icedove/rust-target-i586-to-i686.patch (limited to 'nonprism/icedove/rust-target-i586-to-i686.patch') diff --git a/nonprism/icedove/rust-target-i586-to-i686.patch b/nonprism/icedove/rust-target-i586-to-i686.patch new file mode 100644 index 000000000..f22f4fa0f --- /dev/null +++ b/nonprism/icedove/rust-target-i586-to-i686.patch @@ -0,0 +1,11 @@ +--- a/mozilla/build/moz.configure/rust.configure ++++ b/mozilla/build/moz.configure/rust.configure +@@ -105,7 +105,7 @@ def rust_target(rust_compiler, rustc, ta + # OpenBSD + ('x86_64', 'OpenBSD'): 'x86_64-unknown-openbsd', + # Linux +- ('x86', 'Linux'): 'i586-unknown-linux-gnu', ++ ('x86', 'Linux'): 'i686-unknown-linux-gnu', + # Linux + ('x86_64', 'Linux'): 'x86_64-unknown-linux-gnu', + # OS X and iOS -- cgit v1.2.3