openbsd-ports/x11/icewm/patches/apm-patch-src_aapm_h
ajacoutot ad6d3d0fe3 - update to 1.2.32
reminded (several times) by Federico Schwindt <fgsch at lodoss dot net>, thanks!
2007-10-05 14:15:13 +00:00

11 lines
476 B
Plaintext

$OpenBSD: apm-patch-src_aapm_h,v 1.2 2007/10/05 14:15:13 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__) && defined(i386))
#include "ywindow.h"
#include "ytimer.h"