Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 18:59:00 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7051dd7f8f37 - main - archivers/zstd: fix WITH_DEBUG build
Message-ID:  <202404241859.43OIx01X029052@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404241859.43OIx01X029052>