git: c4e4f5c14bb2 - main - www/trunk: Fix build on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 May 2024 04:32:09 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4e4f5c14bb2d796c953c37bcb8aff8360037705 commit c4e4f5c14bb2d796c953c37bcb8aff8360037705 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-01 04:30:07 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-01 04:30:07 +0000 www/trunk: Fix build on i386 Reported by: fallout --- www/trunk/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/www/trunk/Makefile b/www/trunk/Makefile index f262231b3e7e..833fdc8a2124 100644 --- a/www/trunk/Makefile +++ b/www/trunk/Makefile @@ -19,7 +19,7 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= thedodd -CARGO_FEATURES= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/sse sse2/} # add sse sse2 features only on i386 +RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386 CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ @@ -464,12 +464,6 @@ OPENSSLLIB= /usr/lib PLIST_FILES= bin/${PORTNAME} -#.include <bsd.port.pre.mk> - -#.if ${ARCH} == amd64 -#CARGO_FEATURES= ${ARCH:S/i386/sse sse2/} -#.endif - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}