openbsd-ports/x11/icewm/patches/apm-patch-src_aapm_h
ajacoutot efd8d25dff - remove the ifdef i386 so that all apm capable arches can make use of the
battery plugin (spotted by mikeb@)
- use SUBST_CMD
2008-08-21 07:34:07 +00:00

11 lines
457 B
Plaintext

$OpenBSD: apm-patch-src_aapm_h,v 1.3 2008/08/21 07:34:07 ajacoutot Exp $
--- src/aapm.h.orig Fri Oct 5 15:58:15 2007
+++ src/aapm.h Fri Oct 5 15:58:47 2007
@@ -1,5 +1,5 @@
-#if defined(linux) || (defined (__FreeBSD__) && defined(i386)) || (defined(__NetBSD__) && defined(i386))
+#if defined(linux) || (defined (__FreeBSD__) && defined(i386)) || (defined(__NetBSD__) && defined(i386)) || defined(__OpenBSD__)
#include "ywindow.h"
#include "ytimer.h"