summaryrefslogtreecommitdiff
path: root/wm/icewm-gnome/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icewm-gnome/patches/patch-aa')
-rw-r--r--wm/icewm-gnome/patches/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/wm/icewm-gnome/patches/patch-aa b/wm/icewm-gnome/patches/patch-aa
new file mode 100644
index 00000000000..1a056f9edce
--- /dev/null
+++ b/wm/icewm-gnome/patches/patch-aa
@@ -0,0 +1,26 @@
+$NetBSD: patch-aa,v 1.1 2002/03/10 10:13:56 jmc Exp $
+
+--- configure.in.orig Tue Oct 9 14:54:02 2001
++++ configure.in Fri Mar 8 23:07:20 2002
+@@ -409,6 +409,13 @@
+ AC_DEFINE(NO_CONFIGURE, 1, [Define to disable preferences support.])
+ fi
+
++AC_ARG_ENABLE(apm,
++ [ --disable-apm Don't enable the APM status applet])
++ if test "$enable_apm" != "no"; then
++ AC_DEFINE(CONFIG_APPLET_APM, 1, [APM status applet])
++ fi
++
++
+ AC_ARG_ENABLE(keyconf,
+ [ --disable-keyconf Disable configurable keybindings])
+ if test "$enable_keyconf" = "no"; then
+@@ -440,7 +447,6 @@
+ AC_DEFINE(CONFIG_APPLET_CPU_STATUS, 1, [CPU status applet])
+ AC_DEFINE(CONFIG_APPLET_NET_STATUS, 1, [Network status applet])
+ AC_DEFINE(CONFIG_APPLET_CLOCK, 1, [LCD clock applet])
+- AC_DEFINE(CONFIG_APPLET_APM, 1, [APM status applet])
+ AC_DEFINE(CONFIG_ADDRESSBAR, 1, [Address bar])
+ AC_DEFINE(CONFIG_WINLIST, 1, [OS/2 like window list])
+ AC_DEFINE(CONFIG_WINMENU, 1, [Window menu])