$OpenBSD: patch-src_xfpm-power-info_c,v 1.1.1.1 2011/05/23 19:18:15 landry Exp $
https://bugzilla.xfce.org/show_bug.cgi?id=7641
--- src/xfpm-power-info.c.orig	Sat May 21 19:08:24 2011
+++ src/xfpm-power-info.c	Sat May 21 19:09:27 2011
@@ -586,7 +586,8 @@ xfpm_info_update_wakeups (XfpmInfo *info)
     
     gboolean ret;
     guint i;
-    
+    /* hack ! no wakeups on !Linux */
+    return;
     if ( G_UNLIKELY (collection_type == G_TYPE_INVALID ) )
     {
 	struct_type = dbus_g_type_get_struct ("GValueArray",
