pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice Fix gtk3 option build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7551da592af
branches:  trunk
changeset: 372996:b7551da592af
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Dec 24 09:13:10 2017 +0000

description:
Fix gtk3 option build

Reported by pgoyette@ on pkgsrc-users@. Thank you.

diffstat:

 misc/libreoffice/distinfo                                    |   3 +-
 misc/libreoffice/patches/patch-vcl_unx_gtk3_gtk3gtkframe.cxx |  14 ++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r b916e131181e -r b7551da592af misc/libreoffice/distinfo
--- a/misc/libreoffice/distinfo Sat Dec 23 21:12:13 2017 +0000
+++ b/misc/libreoffice/distinfo Sun Dec 24 09:13:10 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.44 2017/12/21 14:39:24 ryoon Exp $
+$NetBSD: distinfo,v 1.45 2017/12/24 09:13:10 ryoon Exp $
 
 SHA1 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = 452eba922e4f41603539c9dc39947d2271e47093
 RMD160 (libreoffice/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz) = dbeb7a7f8c89961ca2e544b810345d025561866b
@@ -228,6 +228,7 @@
 SHA1 (patch-solenv_gbuild_AllLangResTarget.mk) = df3a3900fc8b5542f1cc37f7bd509afdb53d9c1b
 SHA1 (patch-solenv_gbuild_Module.mk) = cbd6ca3acae187458e49fe76d973e6475ed5fe1d
 SHA1 (patch-vcl_Executable__visualbackendtest.mk) = 2db5f3e7daabb2a79181de5e136de019d5264b58
+SHA1 (patch-vcl_unx_gtk3_gtk3gtkframe.cxx) = 9dcb8320649be91a2fc3f545f09c3a703cd46899
 SHA1 (patch-xmloff_source_draw_ximp3dscene.cxx) = bdd0b2563e54424dd468c2334e17ab23057a69fb
 SHA1 (patch-xmlsecurity_source_gpg_CertificateImpl.hxx) = 51372020a640f9f1ccd8ebd8694e33c4fdedff47
 SHA1 (patch-xmlsecurity_source_gpg_xmlsignature__gpgimpl.cxx) = 50dac45907c8d0651e9fc4a0df3f74affc940931
diff -r b916e131181e -r b7551da592af misc/libreoffice/patches/patch-vcl_unx_gtk3_gtk3gtkframe.cxx
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libreoffice/patches/patch-vcl_unx_gtk3_gtk3gtkframe.cxx      Sun Dec 24 09:13:10 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-vcl_unx_gtk3_gtk3gtkframe.cxx,v 1.1 2017/12/24 09:13:10 ryoon Exp $
+
+* Fix build with gtk3
+
+--- vcl/unx/gtk3/gtk3gtkframe.cxx.orig 2017-12-12 17:45:07.000000000 +0000
++++ vcl/unx/gtk3/gtk3gtkframe.cxx
+@@ -21,6 +21,7 @@
+ #include <unx/gtk/gtkdata.hxx>
+ #include <unx/gtk/gtkinst.hxx>
+ #include <unx/gtk/gtkgdi.hxx>
++#include <unx/gtk/gtksalmenu.hxx>
+ #include <vcl/help.hxx>
+ #include <vcl/keycodes.hxx>
+ #include <vcl/layout.hxx>



Home | Main Index | Thread Index | Old Index