From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 911F0139083 for ; Thu, 21 Dec 2017 13:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88527E0FB3; Thu, 21 Dec 2017 13:28:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65D28E0FB3 for ; Thu, 21 Dec 2017 13:28:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E96433BF24 for ; Thu, 21 Dec 2017 13:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB024A6AE for ; Thu, 21 Dec 2017 13:27:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513862863.7226ed963a079dbffc4cb3d19fa0f1670ea2eb89.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/, app-office/libreoffice/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/files/libreoffice-5.4.4.2-gtk3-no-gtk-build.patch app-office/libreoffice/libreoffice-5.4.4.2.ebuild X-VCS-Directories: app-office/libreoffice/ app-office/libreoffice/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7226ed963a079dbffc4cb3d19fa0f1670ea2eb89 X-VCS-Branch: master Date: Thu, 21 Dec 2017 13:27:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5588d81c-94db-45c2-915a-3b17c1d6d2c1 X-Archives-Hash: 84a7d42fa1b51f2e5f5f8819c365f75e commit: 7226ed963a079dbffc4cb3d19fa0f1670ea2eb89 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 12:22:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 13:27:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7226ed96 app-office/libreoffice: Fix build with USE="gtk3 -gtk" Thanks-to: Ostashevskyi Viktor ostash.kiev.ua> Closes: https://bugs.gentoo.org/641812 Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../files/libreoffice-5.4.4.2-gtk3-no-gtk-build.patch | 13 +++++++++++++ app-office/libreoffice/libreoffice-5.4.4.2.ebuild | 1 + 2 files changed, 14 insertions(+) diff --git a/app-office/libreoffice/files/libreoffice-5.4.4.2-gtk3-no-gtk-build.patch b/app-office/libreoffice/files/libreoffice-5.4.4.2-gtk3-no-gtk-build.patch new file mode 100644 index 00000000000..f0e2c55c936 --- /dev/null +++ b/app-office/libreoffice/files/libreoffice-5.4.4.2-gtk3-no-gtk-build.patch @@ -0,0 +1,13 @@ +Fix build with USE="gtk3 -gtk" +https://bugs.gentoo.org/641812 + +--- a/vcl/unx/gtk3/gtk3gtkframe.cxx 2017-12-12 18:45:07.000000000 +0100 ++++ b/vcl/unx/gtk3/gtk3gtkframe.cxx 2017-12-21 13:20:31.935843032 +0100 +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/app-office/libreoffice/libreoffice-5.4.4.2.ebuild b/app-office/libreoffice/libreoffice-5.4.4.2.ebuild index f9f51d5951b..666dc122a41 100644 --- a/app-office/libreoffice/libreoffice-5.4.4.2.ebuild +++ b/app-office/libreoffice/libreoffice-5.4.4.2.ebuild @@ -245,6 +245,7 @@ PATCHES=( # TODO: upstream "${FILESDIR}/${PN}-5.2.5.1-glibc-2.24.patch" + "${FILESDIR}/${P}-gtk3-no-gtk-build.patch" # bug 641812 ) pkg_pretend() {