Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2024 12:46:02 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a0832831e7f5 - main - chinese/libchewing: Adjust cmake option
Message-ID:  <202407291246.46TCk24E009244@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a0832831e7f5dac0a4326eedae16884927e209c4

commit a0832831e7f5dac0a4326eedae16884927e209c4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-29 12:38:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-29 12:38:54 +0000

    chinese/libchewing: Adjust cmake option
    
    This port is not bumped since the resulting packages are identical.
    
    Reported by:    diizzy
---
 chinese/libchewing/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile
index 3e4a8c7521b8..78ac95b3f9b7 100644
--- a/chinese/libchewing/Makefile
+++ b/chinese/libchewing/Makefile
@@ -16,11 +16,11 @@ USES=		cmake:testing localbase:ldflags pathfix pkgconfig sqlite tar:zst
 CMAKE_OFF=	BUILD_INFO \
 		BUILD_TESTING \
 		ENABLE_GCOV \
-		NO_UNDEFINED \
 		USE_VALGRIND \
 		WITH_INTERNAL_SQLITE3 \
 		WITH_RUST
 CMAKE_ON=	BUILD_SHARED_LIBS \
+		NO_UNDEFINED \
 		WITH_SQLITE3
 CMAKE_TESTING_PARALLEL_LEVEL=	1	# https://github.com/chewing/libchewing/issues/293
 USE_LDCONFIG=	yes



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