openbsd-ports/sysutils/xbattbar/patches/patch-xbattbar_c
schwarze 30c4021e2f Import xbattbar-1.4.2.
xbattbar is a battery monitor that displays a status bar on any edge
of the screen using apm(4).

From MAINTAINER Brynet; ok landry@.
2011-05-22 12:32:41 +00:00

13 lines
333 B
Plaintext

$OpenBSD: patch-xbattbar_c,v 1.1.1.1 2011/05/22 12:32:41 schwarze Exp $
--- xbattbar.c.orig Tue May 17 12:29:19 2011
+++ xbattbar.c Tue May 17 12:32:20 2011
@@ -575,7 +575,7 @@ void battery_check(void)
#endif /* __FreeBSD__ */
-#ifdef __NetBSD__
+#if defined(__NetBSD__) || defined(__OpenBSD__)
#include <machine/apmvar.h>