aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2024-04-24 18:58:28 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2024-04-24 18:58:28 +0000
commit7051dd7f8f370f089978cc9dc851902fd36b885d (patch)
tree4049bce4fe4a0cfa9844b1d54ba1fdc3c2f1a0df
parent6dbb66a12e23526f7dc4f43f8c2cf7ae58f4be9f (diff)
downloadports-7051dd7f8f370f089978cc9dc851902fd36b885d.tar.gz
ports-7051dd7f8f370f089978cc9dc851902fd36b885d.zip
archivers/zstd: fix WITH_DEBUG build
Fixes: b594c775ed2dbae25e509d198c462940f0dc9d5c
-rw-r--r--archivers/zstd/Makefile2
1 files changed, 1 insertions, 1 deletions
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