Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-playercontrol-plugin/files: xfce4-playercontrol-plugin-0.3.0-undeclared_XfceRc.patch
Date: Thu, 04 Nov 2010 21:15:23
Message-Id: 20101104211518.7CE3F20054@flycatcher.gentoo.org
1 ssuominen 10/11/04 21:15:18
2
3 Added:
4 xfce4-playercontrol-plugin-0.3.0-undeclared_XfceRc.patch
5 Log:
6 Fix building with USE="mpd" wrt #344199 by "haarp".
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 xfce-extra/xfce4-playercontrol-plugin/files/xfce4-playercontrol-plugin-0.3.0-undeclared_XfceRc.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-playercontrol-plugin/files/xfce4-playercontrol-plugin-0.3.0-undeclared_XfceRc.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-playercontrol-plugin/files/xfce4-playercontrol-plugin-0.3.0-undeclared_XfceRc.patch?rev=1.1&content-type=text/plain
15
16 Index: xfce4-playercontrol-plugin-0.3.0-undeclared_XfceRc.patch
17 ===================================================================
18 http://bugs.gentoo.org/344199
19
20 --- panel-plugin/libcommon.h
21 +++ panel-plugin/libcommon.h
22 @@ -31,6 +31,7 @@
23
24 #include <glib.h>
25 #include <gtk/gtk.h>
26 +#include <libxfce4util/libxfce4util.h>
27 #include <libxfce4panel/xfce-panel-plugin.h>
28 #include "playercontrol_plugin.h"
29 #include "playerctrl.h"