diff options
author | nakai <nakai@FreeBSD.org> | 2002-03-26 13:36:46 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2002-03-26 13:36:46 +0800 |
commit | b47c88edc3a23ec366fe04808e32eab1c25cdd41 (patch) | |
tree | 16e4a0543a588f8004fe6c88b7352bcded28783f /x11-wm/icewm | |
parent | 674a031bb09febfa733731659a876e095345a8f3 (diff) | |
download | freebsd-ports-gnome-b47c88edc3a23ec366fe04808e32eab1c25cdd41.tar.gz freebsd-ports-gnome-b47c88edc3a23ec366fe04808e32eab1c25cdd41.tar.zst freebsd-ports-gnome-b47c88edc3a23ec366fe04808e32eab1c25cdd41.zip |
Fix up the compile failure
Diffstat (limited to 'x11-wm/icewm')
-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; + |