ports/textproc/fcitx-qt5/files/patch-qt5_widgetsaddons_CMakeLists.txt
Yuri Victorovich 383af9396f textproc/fcitx-qt5: Update 1.2.6 -> 1.2.7
Reported by:	portscout
2022-01-04 09:34:24 -08:00

11 lines
463 B
Text

--- qt5/widgetsaddons/CMakeLists.txt.orig 2016-07-26 08:42:38 UTC
+++ qt5/widgetsaddons/CMakeLists.txt
@@ -59,7 +59,7 @@ set_target_properties(FcitxQt5WidgetsAdd
AUTOMOC TRUE
SOVERSION 1
COMPILE_FLAGS "-fvisibility=hidden"
- LINK_FLAGS "-Wl,--no-undefined"
+ LINK_FLAGS "-Wl,--no-undefined -lintl"
EXPORT_NAME WidgetsAddons
)