diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-02 04:16:51 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-02 04:16:51 +0000 |
commit | b50c44981d13d21fa7acbcd57908a0fbd663b054 (patch) | |
tree | ed1663d82eb627c5d6bbdbfa52f7eb978d7e3cfa /graphics/xfractint/Makefile | |
parent | 27d4bf81121a3da5af90914796392ee0170915c1 (diff) |
Notes
Diffstat (limited to 'graphics/xfractint/Makefile')
-rw-r--r-- | graphics/xfractint/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index d0b64e1ba5d4..1b09aa6c750f 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -19,4 +19,8 @@ USE_XLIB= yes NO_WRKSUBDIR= yes MAN1= xfractint.1 +pre-patch: + @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${PERL} -pi -e \ + 's|malloc.h|stdlib.h|' + .include <bsd.port.mk> |