LibreOffice: fix patch

This commit is contained in:
Sergei Reznikov
2018-06-09 15:56:36 +03:00
parent b8eee5b1ed
commit bbd358fa19

View File

@@ -62,7 +62,7 @@ index 315e5c8..5aff39b 100644
2.16.4
From 6a1206b6ae0e384acb6fadcbb520a159480fcdf9 Mon Sep 17 00:00:00 2001
From 166260bf3b04bf3f9c74cb1ad812ed713002b4bc Mon Sep 17 00:00:00 2001
From: Sergei Reznikov <diver@gelios.net>
Date: Thu, 7 Jun 2018 15:04:27 +0300
Subject: Enable KDE5 backend on Haiku
@@ -115,7 +115,7 @@ index 0453502..292e72b 100644
kf5_libdirs="$kf5_libdirs /usr/lib64 /usr/lib64/kf5 /usr/lib64/kf5/devel"
fi
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index a739d59..cc7d9fd 100644
index a739d59..8585580 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -91,6 +91,7 @@ endif
@@ -126,14 +126,16 @@ index a739d59..cc7d9fd 100644
Library_vclplug_qt5 \
))
endif
@@ -118,6 +119,7 @@ endif
@@ -118,7 +119,9 @@ endif
ifeq ($(OS),HAIKU)
ifneq ($(ENABLE_QT5),)
$(eval $(call gb_Module_add_targets,vcl,\
+ CustomTarget_kde5_moc \
CustomTarget_qt5_moc \
+ Library_vclplug_kde5 \
Library_vclplug_qt5 \
))
endif
--
2.16.4