summaryrefslogtreecommitdiff
path: root/wm/icewm/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icewm/patches/patch-ae')
-rw-r--r--wm/icewm/patches/patch-ae24
1 files changed, 24 insertions, 0 deletions
diff --git a/wm/icewm/patches/patch-ae b/wm/icewm/patches/patch-ae
new file mode 100644
index 00000000000..64bab2f5154
--- /dev/null
+++ b/wm/icewm/patches/patch-ae
@@ -0,0 +1,24 @@
+$NetBSD: patch-ae,v 1.6.6.1 2004/07/06 22:07:12 agc Exp $
+
+Turn on HAVE_NET_STATUS for NetBSD
+
+--- src/apppstatus.h.orig Sat Sep 27 08:54:45 2003
++++ src/apppstatus.h Sun Jun 20 18:19:04 2004
+@@ -9,7 +9,7 @@
+ #define NETSTATUS_H
+
+ #ifdef CONFIG_APPLET_NET_STATUS
+-#if defined(linux) || defined(__FreeBSD__)
++#if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
+
+ #define HAVE_NET_STATUS 1
+
+@@ -61,7 +61,7 @@
+ };
+
+
+-#else // linux || __FreeBSD__
++#else // linux || __FreeBSD__ || __NetBSD__
+ #undef CONFIG_APPLET_NET_STATUS
+ #endif
+ #endif // CONFIG_APPLET_NET_STATUS