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-sensors-plugin/files: xfce4-sensors-plugin-1.0.0-without_libnotify.patch
Date: Mon, 29 Mar 2010 16:55:57
Message-Id: E1NwIFj-0004tV-O3@stork.gentoo.org
1 ssuominen 10/03/29 16:55:51
2
3 Added: xfce4-sensors-plugin-1.0.0-without_libnotify.patch
4 Log:
5 Fix building with --disable-notification.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch?rev=1.1&content-type=text/plain
13
14 Index: xfce4-sensors-plugin-1.0.0-without_libnotify.patch
15 ===================================================================
16 --- lib/hddtemp.c
17 +++ lib/hddtemp.c
18 @@ -72,7 +72,9 @@
19
20 /* forward declaration for GCC 4.3 -Wall */
21
22 +#ifdef HAVE_LIBNOTIFY
23 void notification_suppress_messages (NotifyNotification *n, gchar *action, gpointer *data);
24 +#endif
25 void quick_message_notify (gchar *message);
26 void quick_message (gchar *message);
27 void read_disks_netcat (t_chip *chip);