summaryrefslogtreecommitdiff
path: root/nonprism/icedove/rust-i686.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-10 11:33:27 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-10 11:39:00 +0100
commit1c4db552865a01f756bc821139525fb61b0c7ae7 (patch)
tree3b1fccc5eaeb573b55f77f65a9dc6107a707a6a9 /nonprism/icedove/rust-i686.patch
parent169a84eff8a29e910b215c8c8e2ab14ee92c5543 (diff)
downloadabslibre-1c4db552865a01f756bc821139525fb61b0c7ae7.tar.gz
abslibre-1c4db552865a01f756bc821139525fb61b0c7ae7.tar.bz2
abslibre-1c4db552865a01f756bc821139525fb61b0c7ae7.zip
nonprism/icedove: updated to 60.5.1
Diffstat (limited to 'nonprism/icedove/rust-i686.patch')
-rw-r--r--nonprism/icedove/rust-i686.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/nonprism/icedove/rust-i686.patch b/nonprism/icedove/rust-i686.patch
deleted file mode 100644
index 85512e143..000000000
--- a/nonprism/icedove/rust-i686.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- build/moz.configure/rust.configure | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git c/build/moz.configure/rust.configure i/build/moz.configure/rust.configure
-index cd86b24153debb1b..44911715e25d95e3 100644
---- c/build/moz.configure/rust.configure
-+++ i/build/moz.configure/rust.configure
-@@ -81,7 +81,7 @@ def rust_target(rust_compiler, rustc, target, cross_compiling):
- # 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