git: a0832831e7f5 - main - chinese/libchewing: Adjust cmake option

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 29 Jul 2024 12:46:02 UTC
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