diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 04:08:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 04:08:43 +0000 |
commit | c9bf08a239e92f01231a8b1e9474e778454549ec (patch) | |
tree | bec47c514c9c5a3278cf26803b0d25805ae43660 /x11-wm | |
parent | 556d50ff7692bfb740d4df72386d501d9f653b25 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/scwm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile index 104ae9e1df02..96592c02deb3 100644 --- a/x11-wm/scwm/Makefile +++ b/x11-wm/scwm/Makefile @@ -33,6 +33,10 @@ CONFIGURE_ENV+= LIBS="-L${X11BASE}/lib -lxpg4" MAN1= scwm.1 scwmexec.1 scwmrepl.1 +pre-patch: + @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + ${WRKSRC}/utilities/libscwmexec/libmain.c + post-install: ${RM} -rf ${PREFIX}/share/scwm/ViaVoice |