From b50c44981d13d21fa7acbcd57908a0fbd663b054 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Wed, 2 Jan 2002 04:16:51 +0000 Subject: Fix for -CURRENT, malloc.h->stdlib.h Spotted by: Bento --- x11-wm/w9wm/Makefile | 3 +++ x11-wm/w9wm/pkg-descr | 2 ++ 2 files changed, 5 insertions(+) (limited to 'x11-wm') diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile index b6d61f6f8e21..a1cf98418569 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 diff --git a/x11-wm/w9wm/pkg-descr b/x11-wm/w9wm/pkg-descr index 50d955e8fd1d..29a04617c8d4 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 -- cgit v1.2.3