aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfractint/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-02 04:16:51 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-02 04:16:51 +0000
commitb50c44981d13d21fa7acbcd57908a0fbd663b054 (patch)
treeed1663d82eb627c5d6bbdbfa52f7eb978d7e3cfa /graphics/xfractint/Makefile
parent27d4bf81121a3da5af90914796392ee0170915c1 (diff)
downloadports-b50c44981d13d21fa7acbcd57908a0fbd663b054.tar.gz
ports-b50c44981d13d21fa7acbcd57908a0fbd663b054.zip
Notes
Diffstat (limited to 'graphics/xfractint/Makefile')
-rw-r--r--graphics/xfractint/Makefile4
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>