aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/icewm/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r--x11-wm/icewm/files/patch-src_base.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/patch-src_base.h b/x11-wm/icewm/files/patch-src_base.h
new file mode 100644
index 000000000000..1120fd5a19cf
--- /dev/null
+++ b/x11-wm/icewm/files/patch-src_base.h
@@ -0,0 +1,15 @@
+--- src/base.h.orig 2010-10-31 15:09:36.000000000 +0100
++++ src/base.h 2013-05-25 12:39:49.498390711 +0200
+@@ -1,12 +1,6 @@
+ #ifndef __BASE_H
+ #define __BASE_H
+
+-#if ( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3
+-#define deprecated __attribute__((deprecated))
+-#else
+-#define deprecated
+-#endif
+-
+ /*** Atomar Data Types ********************************************************/
+
+ #ifdef NEED_BOOL