git: 7ececa4109b7 - main - devel/zls: respect CPUTYPE instead of host CPU
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 06:57:32 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ececa4109b77fe3353770f3dfce880c88fda24b commit 7ececa4109b77fe3353770f3dfce880c88fda24b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-05 06:46:49 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-05 06:57:18 +0000 devel/zls: respect CPUTYPE instead of host CPU --- devel/zls/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/zls/Makefile b/devel/zls/Makefile index 6357973c629a..aa82f0f039eb 100644 --- a/devel/zls/Makefile +++ b/devel/zls/Makefile @@ -1,5 +1,6 @@ PORTNAME= zls DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org @@ -18,6 +19,7 @@ GH_TUPLE= ziglibs:known-folders:0.7.0-15-g9db1b99:known_folders/src/known-folder MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:D:U-Drelease-fast} \ + -Dcpu=${CPUTYPE:Ubaseline} \ --verbose NO_INSTALL= yes # strip(1) breaks runtime PLIST_FILES= bin/${PORTNAME} \