Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://bugs.gentoo.org/706844
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
---- a/src/ui-util.c 2007-11-16 22:08:01.000000000 +0100
-+++ b/src/ui-util.c 2009-05-09 11:34:59.000000000 +0200
+--- a/src/ui-util.c
++++ b/src/ui-util.c
@@ -18,6 +18,7 @@
#include "ui-util.h"
--- /dev/null
+--- a/src/main.c
++++ b/src/main.c
+@@ -39,7 +39,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+
+-GdkPixbuf* gdkTreeSize;
++extern GdkPixbuf* gdkTreeSize;
+ GtkMenu *TreeSizeMenuGlobal;
+ GtkWidget *mainWindow;
+
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/${PV}-amd64.patch" )
+PATCHES=(
+ "${FILESDIR}"/${PV}-amd64.patch
+ "${FILESDIR}"/${PV}-fno-common.patch
+)
src_prepare() {
default