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
commit55c13664e3bdc31f5cc3228ffb878c84cc07772b (patch)
treeec3d0a8eb91401ef3020b62c93daa31af033cca6 /x11-wm/icewm
parentNew ebuild. This is the groundwork for a new and better Gentoo printing (diff)
downloadgentoo-2-55c13664e3bdc31f5cc3228ffb878c84cc07772b.tar.gz
gentoo-2-55c13664e3bdc31f5cc3228ffb878c84cc07772b.tar.bz2
gentoo-2-55c13664e3bdc31f5cc3228ffb878c84cc07772b.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 {