openbsd-ports/inputmethods/fcitx/patches/patch-src_frontend_qt_CMakeLists_txt
2022-03-11 19:24:07 +00:00

12 lines
314 B
Plaintext

Index: src/frontend/qt/CMakeLists.txt
--- src/frontend/qt/CMakeLists.txt.orig
+++ src/frontend/qt/CMakeLists.txt
@@ -51,7 +51,6 @@ add_library(
set_target_properties(qtim-fcitx PROPERTIES
PREFIX ""
COMPILE_FLAGS "-fvisibility=hidden"
- LINK_FLAGS "-Wl,--no-undefined"
CXX_STANDARD 11
AUTOMOC TRUE)