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 --- editors/yudit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/yudit') diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index a795b78369e7..377fee727e29 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -29,6 +29,10 @@ MAKE_ENV= LC_ALL= MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1 USE_GMAKE= YES +pre-patch: + @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' \ + ${WRKSRC}/src/UFontMap.cpp + post-install: cd ${PREFIX}/bin/ && strip yudit stripumap uniconv uniprint -- cgit v1.2.3