ports/textproc/fcitx5-qt/files/extra-patch-CMakeLists.txt
Li-Wen Hsu f5d6cd42fc textproc/fcitx5-qt*: Add Qt6 support
- Split into qt5, qt6 FLAVORS
- Extract common files to textproc/fcitx5-qt-common

Differential Revision:	https://reviews.freebsd.org/D36408
Approved by:	lwhsu (ports)
2022-10-10 05:36:02 -04:00

14 lines
273 B
Text

--- CMakeLists.txt.orig 2022-08-31 10:36:00 UTC
+++ CMakeLists.txt
@@ -80,11 +80,6 @@ if(ENABLE_QT6)
add_subdirectory(qt6)
endif()
-if(NOT BUILD_ONLY_PLUGIN)
-find_package(Gettext REQUIRED)
-add_subdirectory(po)
-endif()
-
enable_testing()
add_subdirectory(test)