git: 5aeec1242425 - main - devel/zls: unbreak with non-empty WITH_DEBUG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 06:57:31 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5aeec1242425bc523f0d43dbe63db9e484b65eb4 commit 5aeec1242425bc523f0d43dbe63db9e484b65eb4 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-05 06:40:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-05 06:57:18 +0000 devel/zls: unbreak with non-empty WITH_DEBUG Cannot run step 'yes' because it does not exist --- devel/zls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/zls/Makefile b/devel/zls/Makefile index 99fe5d15d90a..6357973c629a 100644 --- a/devel/zls/Makefile +++ b/devel/zls/Makefile @@ -17,7 +17,7 @@ GH_TUPLE= ziglibs:known-folders:0.7.0-15-g9db1b99:known_folders/src/known-folder ziglibs:zinput:0.1.0-19-g5e0d781:zinput/src/zinput MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ - ${WITH_DEBUG:U-Drelease-fast=true} \ + ${WITH_DEBUG:D:U-Drelease-fast} \ --verbose NO_INSTALL= yes # strip(1) breaks runtime PLIST_FILES= bin/${PORTNAME} \