summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-17 19:47:16 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-17 19:47:16 +0000
commit38af674f46ce89c4fededd3265c9ac8bd5f4e854 (patch)
tree7c0ba5699ffbdfcd9826411bcb0af37a95b3ee06 /x11-wm/icewm
parentNew ebuild. This is the groundwork for a new and better Gentoo printing (diff)
downloadhistorical-38af674f46ce89c4fededd3265c9ac8bd5f4e854.tar.gz
historical-38af674f46ce89c4fededd3265c9ac8bd5f4e854.tar.bz2
historical-38af674f46ce89c4fededd3265c9ac8bd5f4e854.zip
forgot to check in the gcc-3 patch
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r--x11-wm/icewm/files/icewm-gcc31-gentoo.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/icewm-gcc31-gentoo.patch b/x11-wm/icewm/files/icewm-gcc31-gentoo.patch
new file mode 100644
index 000000000000..d4d45bc3b7a1
--- /dev/null
+++ b/x11-wm/icewm/files/icewm-gcc31-gentoo.patch
@@ -0,0 +1,15 @@
+diff -ru icewm-1.2.0pre3/src/wmclient.h icewm-1.2.0pre3-edited/src/wmclient.h
+--- icewm-1.2.0pre3/src/wmclient.h Tue Oct 9 16:54:03 2001
++++ icewm-1.2.0pre3-edited/src/wmclient.h Thu May 23 20:44:53 2002
+@@ -11,10 +11,7 @@
+ typedef int FrameState;
+
+ #ifndef __YIMP_UTIL__
+-//!!! remove these if possible
+-typedef struct XWMHints;
+-typedef struct XSizeHints;
+-typedef struct XClassHint;
++# include <X11/Xutil.h>
+ #endif
+
+ class ClientData {