summaryrefslogtreecommitdiffstats
path: root/trinity-apps
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps')
-rw-r--r--trinity-apps/kword/kword-14.0.11.ebuild4
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