Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/, app-emulation/fuse/files/
Date: Sat, 10 Oct 2020 07:23:06
Message-Id: 1602314553.6ca492771eb090c1856ce41c499be90d4e89d3f6.juippis@gentoo
1 commit: 6ca492771eb090c1856ce41c499be90d4e89d3f6
2 Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 20 13:48:48 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 07:22:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca49277
7
8 app-emulation/fuse: fix building with GCC 10
9
10 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 app-emulation/fuse/files/multiple-definition.patch | 13 +++++++++++++
14 app-emulation/fuse/fuse-1.5.7.ebuild | 1 +
15 2 files changed, 14 insertions(+)
16
17 diff --git a/app-emulation/fuse/files/multiple-definition.patch b/app-emulation/fuse/files/multiple-definition.patch
18 new file mode 100644
19 index 00000000000..8a8e9d7d175
20 --- /dev/null
21 +++ b/app-emulation/fuse/files/multiple-definition.patch
22 @@ -0,0 +1,13 @@
23 +diff -Naur fuse-1.5.7/ui/widget/widget.c fuse-1.5.7-patched/ui/widget/widget.c
24 +--- fuse-1.5.7/ui/widget/widget.c 2018-08-06 15:36:04.000000000 +0200
25 ++++ fuse-1.5.7-patched/ui/widget/widget.c 2020-09-20 15:27:42.045382588 +0200
26 +@@ -90,9 +90,6 @@
27 +
28 + static widget_recurse_t widget_return[10]; /* The stack to recurse on */
29 +
30 +-/* The settings used whilst playing with an options dialog box */
31 +-settings_info widget_options_settings;
32 +-
33 + static int widget_read_font( const char *filename )
34 + {
35 + utils_file file;
36
37 diff --git a/app-emulation/fuse/fuse-1.5.7.ebuild b/app-emulation/fuse/fuse-1.5.7.ebuild
38 index ffc3cfaeb97..b75ae1134c5 100644
39 --- a/app-emulation/fuse/fuse-1.5.7.ebuild
40 +++ b/app-emulation/fuse/fuse-1.5.7.ebuild
41 @@ -38,6 +38,7 @@ DEPEND="${RDEPEND}
42 DOCS=( AUTHORS ChangeLog README THANKS )
43
44 PATCHES=(
45 + "${FILESDIR}"/multiple-definition.patch
46 "${FILESDIR}"/remove-local-prefix.patch
47 )