ports/textproc/fcitx-qt5/files/patch-widgetsaddons_CMakeLists.txt
Pawel Pekala 7ffffa9b50 Fcitx support for Qt5
WWW: https://github.com/fcitx/fcitx-qt5

PR:		211378
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-30 20:29:57 +00:00

11 lines
455 B
Text

--- widgetsaddons/CMakeLists.txt.orig 2016-07-26 08:42:38 UTC
+++ 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
)