diff options
author | ormorph <roma251078@mail.ru> | 2021-11-18 19:33:09 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2021-11-19 13:22:43 +0000 |
commit | f3e4414f4c102bc10967db988eab64dad18371a6 (patch) | |
tree | f123c5edf52054feec1bbec012a4c8f16e74c8c2 | |
parent | d7dc389201817dc15e7fbc7b3e14afc72c1bf958 (diff) | |
download | tde-packaging-gentoo-f3e4414f4c102bc10967db988eab64dad18371a6.tar.gz tde-packaging-gentoo-f3e4414f4c102bc10967db988eab64dad18371a6.zip |
Fixing build issue with libwv2.la
Signed-off-by: ormorph <roma251078@mail.ru>
-rw-r--r-- | trinity-apps/kword/kword-14.0.11.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/trinity-apps/kword/kword-14.0.11.ebuild b/trinity-apps/kword/kword-14.0.11.ebuild index 95783962..f388a43b 100644 --- a/trinity-apps/kword/kword-14.0.11.ebuild +++ b/trinity-apps/kword/kword-14.0.11.ebuild @@ -70,6 +70,10 @@ src_prepare() { uic-tqt ${i} > ${i%.ui}.h done + # Fixing build issue with libwv2.la + sed -i -e 's/$(LIBWV2_LIBS)//' \ + -e 's/-ltdeparts/-ltdeparts -XCClinker $(LIBWV2_LIBS)/' "${S}/filters/kword/msword/Makefile.am" || die + trinity-meta-2_src_prepare echo 'all:' > ${S}/Makefile.am |