From 7051dd7f8f370f089978cc9dc851902fd36b885d Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Wed, 24 Apr 2024 11:58:28 -0700 Subject: 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 -- cgit v1.2.3