mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
WWW: https://github.com/fcitx/fcitx-qt5 PR: 211378 Submitted by: Yuri Victorovich <yuri@rawbw.com>
11 lines
455 B
Text
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
|
|
)
|
|
|