git: 7051dd7f8f37 - main - archivers/zstd: fix WITH_DEBUG build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Apr 2024 18:59:00 UTC
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/ports/commit/?id=7051dd7f8f370f089978cc9dc851902fd36b885d commit 7051dd7f8f370f089978cc9dc851902fd36b885d Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-04-24 18:58:28 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2024-04-24 18:58:28 +0000 archivers/zstd: fix WITH_DEBUG build Fixes: b594c775ed2dbae25e509d198c462940f0dc9d5c --- archivers/zstd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 00fefd673750..64ac16833c83 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -33,7 +33,7 @@ PLIST_SUB= BUILD_TYPE=${BUILD_TYPE:tl} PORTVERSION=${PORTVERSION} SUB_FILES= zstdConfigVersion.cmake zstdTargets-BUILD_TYPE.cmake SUB_LIST= BUILD_TYPE_CAPS=${BUILD_TYPE:tu} BUILD_TYPE_MIXED=${BUILD_TYPE} PORTVERSION=${PORTVERSION} -BUILD_TYPE= ${defined(WITH_DEBUG) :?Debug :Release} +BUILD_TYPE= ${defined(WITH_DEBUG) :?Debug:Release} OPTIONS_DEFINE= OPTIMIZED_CFLAGS