git: fb316eeda937 - main - lang/gleam: drop i386 support due to missing SSE support in rust deps
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jun 2024 22:46:50 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb316eeda937404c709e884e36495e6c6755d49e commit fb316eeda937404c709e884e36495e6c6755d49e Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2024-06-04 22:40:44 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2024-06-04 22:45:24 +0000 lang/gleam: drop i386 support due to missing SSE support in rust deps --- lang/gleam/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile index ccca272cc590..5b2003b620e5 100644 --- a/lang/gleam/Makefile +++ b/lang/gleam/Makefile @@ -10,6 +10,8 @@ WWW= https://gleam.run/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/compiler-core/LICENCE +BROKEN_i386= needs SSE or SSE2 type extensions to compile + USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= gleam-lang