diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-11-28 06:02:29 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-11-28 06:02:29 +0800 |
commit | a38a1342f01b1ae5edb99580dc83310e9ab5e404 (patch) | |
tree | 3d66af70b6fe803c5deca7c6f3517c47fc018d8b /www | |
parent | f8ad3798f3a69930e2b4c1496c67056c1f2b3d7c (diff) | |
download | freebsd-ports-gnome-a38a1342f01b1ae5edb99580dc83310e9ab5e404.tar.gz freebsd-ports-gnome-a38a1342f01b1ae5edb99580dc83310e9ab5e404.tar.zst freebsd-ports-gnome-a38a1342f01b1ae5edb99580dc83310e9ab5e404.zip |
lang/rust: avoid LLVM targeting SSE2 on i386 by default
This may help ports like textproc/ripgrep to run on old hardware.
Rust itself still requires SSE2 until bootstrap is regenerated.
PR: 223415
Approved by: rust (dumbbell)
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f50a31fa05e0..eeaf1fd94518 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 57.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |