From 8a2b6c553d44116774c5d77ca0c29234054ce32f Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Tue, 26 Mar 2002 05:36:46 +0000 Subject: [PATCH] Fix up the compile failure --- x11-wm/icewm/Makefile | 2 +- x11-wm/icewm/files/patch-ax | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 x11-wm/icewm/files/patch-ax 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 ++ + class YFrameWindow; + class WindowListItem; +