forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-office/libreoffice: Fix build with USE="gtk3 -gtk"
Thanks-to: Ostashevskyi Viktor <[email protected]> Closes: https://bugs.gentoo.org/641812 Package-Manager: Portage-2.3.19, Repoman-2.3.6
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
app-office/libreoffice/files/libreoffice-5.4.4.2-gtk3-no-gtk-build.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters