git: 21f1077d19d9 - 2022Q1 - devel/zls: respect CPUTYPE instead of host CPU
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 06:58:04 UTC
The branch 2022Q1 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=21f1077d19d996399dbfd894220c2a4f14a801d1
commit 21f1077d19d996399dbfd894220c2a4f14a801d1
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:50 +0000
devel/zls: respect CPUTYPE instead of host CPU
(cherry picked from commit 7ececa4109b77fe3353770f3dfce880c88fda24b)
---
devel/zls/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/zls/Makefile b/devel/zls/Makefile
index cd03b273ce72..a0a4ef1ece48 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} \