aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-02 12:16:51 +0800
committerpat <pat@FreeBSD.org>2002-01-02 12:16:51 +0800
commit543e1c0b8a134ffa7d237cb4a9eabdd8739ac01e (patch)
tree09358f3b37255b97a358ba5c645a6ba3d61f221c /x11-wm
parente14aab3c1c36a15c1f30e7bdda043c0b3ab152b4 (diff)
downloadfreebsd-ports-graphics-543e1c0b8a134ffa7d237cb4a9eabdd8739ac01e.tar.gz
freebsd-ports-graphics-543e1c0b8a134ffa7d237cb4a9eabdd8739ac01e.tar.zst
freebsd-ports-graphics-543e1c0b8a134ffa7d237cb4a9eabdd8739ac01e.zip
Fix for -CURRENT, malloc.h->stdlib.h
Spotted by: Bento
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/w9wm/Makefile3
-rw-r--r--x11-wm/w9wm/pkg-descr2
2 files changed, 5 insertions, 0 deletions
diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile
index b6d61f6f8e2..a1cf9841856 100644
--- a/x11-wm/w9wm/Makefile
+++ b/x11-wm/w9wm/Makefile
@@ -17,4 +17,7 @@ MAKEFILE= Makefile.no-imake
MAN1= w9wm.1
+pre-patch:
+ @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' ${WRKSRC}/client.c
+
.include <bsd.port.mk>
diff --git a/x11-wm/w9wm/pkg-descr b/x11-wm/w9wm/pkg-descr
index 50d955e8fd1..29a04617c8d 100644
--- a/x11-wm/w9wm/pkg-descr
+++ b/x11-wm/w9wm/pkg-descr
@@ -12,5 +12,7 @@ w9wm brings support for virtual screens (provided you use the second
button, aka middle button to select one virtual screen) as well as for
key bindings (to switch from one window to another).
+WWW: http://inferno.cs.univ-paris8.fr/~drieu/w9wm/
+
- George Reid
greid@ukug.uk.freebsd.org