openbsd-ports/x11/icewm/patches/apm-patch-src_aapm_h

11 lines
476 B
Plaintext
Raw Normal View History

$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"