diff options
Diffstat (limited to 'x11-wm/icewm/files/patch-src_aapm.h')
-rw-r--r-- | x11-wm/icewm/files/patch-src_aapm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/patch-src_aapm.h b/x11-wm/icewm/files/patch-src_aapm.h new file mode 100644 index 000000000000..60c89713d7f9 --- /dev/null +++ b/x11-wm/icewm/files/patch-src_aapm.h @@ -0,0 +1,9 @@ +--- src/aapm.h.orig Sun Aug 24 23:59:25 2003 ++++ src/aapm.h Wed Sep 10 04:57:40 2003 +@@ -1,5 +1,5 @@ + +-#ifndef linux ++#if !defined(linux) && !defined(__FreeBSD__) && !defined(i386) + #undef CONFIG_APPLET_APM + #elif CONFIG_APPLET_APM + |