From bbd358fa1934cb050d8706fc1b7699d67ae1f969 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sat, 9 Jun 2018 15:56:36 +0300 Subject: [PATCH] LibreOffice: fix patch --- .../libreoffice/patches/libreoffice-6.2.0.0~git.patchset | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-office/libreoffice/patches/libreoffice-6.2.0.0~git.patchset b/app-office/libreoffice/patches/libreoffice-6.2.0.0~git.patchset index 5c4714ccc..13397dd9a 100644 --- a/app-office/libreoffice/patches/libreoffice-6.2.0.0~git.patchset +++ b/app-office/libreoffice/patches/libreoffice-6.2.0.0~git.patchset @@ -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 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