diff options
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin/files')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch b/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch new file mode 100644 index 000000000000..06b0b81e7ca5 --- /dev/null +++ b/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.0.0-without_libnotify.patch @@ -0,0 +1,12 @@ +--- lib/hddtemp.c ++++ lib/hddtemp.c +@@ -72,7 +72,9 @@ + + /* forward declaration for GCC 4.3 -Wall */ + ++#ifdef HAVE_LIBNOTIFY + void notification_suppress_messages (NotifyNotification *n, gchar *action, gpointer *data); ++#endif + void quick_message_notify (gchar *message); + void quick_message (gchar *message); + void read_disks_netcat (t_chip *chip); |