diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-03-26 05:36:46 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-03-26 05:36:46 +0000 |
commit | 8a2b6c553d44116774c5d77ca0c29234054ce32f (patch) | |
tree | eaf6edce68ac07e8a87d91ead8c8016bf63d71a6 /x11-wm | |
parent | 0fdc3f487c1f2fccdcde7bd19f2afa1a1163afbe (diff) | |
download | ports-8a2b6c553d44116774c5d77ca0c29234054ce32f.tar.gz ports-8a2b6c553d44116774c5d77ca0c29234054ce32f.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-ax | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 424ecee4ffd0..d77be3ce8ced 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,7 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-wm/icewm/files/patch-ax b/x11-wm/icewm/files/patch-ax new file mode 100644 index 000000000000..1e12bd630eb6 --- /dev/null +++ b/x11-wm/icewm/files/patch-ax @@ -0,0 +1,11 @@ +--- src/wmclient.h.orig Tue Mar 26 14:29:05 2002 ++++ src/wmclient.h Tue Mar 26 14:29:13 2002 +@@ -5,6 +5,8 @@ + #include "ymenu.h" + #include "MwmUtil.h" + ++#include <X11/Xutil.h> ++ + class YFrameWindow; + class WindowListItem; + |