summaryrefslogtreecommitdiff
path: root/x11-wm/icewm/files/patch-src_aapm.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-16 19:49:34 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-16 19:49:34 +0000
commit35d837f5842b239e62f203bfca0e0618c8bd5f74 (patch)
tree47a48d13b1e38ee7e2f188f5db3ce2a86ab20aa0 /x11-wm/icewm/files/patch-src_aapm.h
parentUpdate to verion 1.13 (diff)
Update to verion 1.2.16
PR: ports/70549 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=116436
Diffstat (limited to 'x11-wm/icewm/files/patch-src_aapm.h')
-rw-r--r--x11-wm/icewm/files/patch-src_aapm.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/icewm/files/patch-src_aapm.h b/x11-wm/icewm/files/patch-src_aapm.h
deleted file mode 100644
index 72f99dce21ff..000000000000
--- a/x11-wm/icewm/files/patch-src_aapm.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/aapm.h.orig Sat Sep 27 16:54:45 2003
-+++ src/aapm.h Sun Oct 19 09:17:31 2003
-@@ -1,7 +1,5 @@
-
--#ifndef linux
--#undef CONFIG_APPLET_APM
--#elif CONFIG_APPLET_APM
-+#if (defined(linux) || defined (__FreeBSD__)) && defined(i386)
-
- #include "ywindow.h"
- #include "ytimer.h"
-@@ -64,4 +62,6 @@
- char *acpiACName;
-
- };
-+#else
-+#undef CONFIG_APPLET_APM
- #endif