pkgsrc/x11/kdebase3/patches/patch-ev
2003-05-05 12:11:05 +00:00

18 lines
424 B
Text

$NetBSD: patch-ev,v 1.3 2003/05/05 12:11:06 markd Exp $
--- ksysguard/ksysguardd/NetBSD/apm.c.orig 2002-10-03 22:13:00.000000000 +1200
+++ ksysguard/ksysguardd/NetBSD/apm.c
@@ -20,6 +20,8 @@
*/
+#ifdef __i386__
+
#include <fcntl.h>
#include <machine/apmvar.h>
#include <sys/ioctl.h>
@@ -99,3 +101,4 @@ printApmBatTimeInfo(const char* c)
fprintf(CurrentClient, "Remaining battery time\t0\t0\tmin\n");
}
+#endif