summaryrefslogtreecommitdiff
path: root/graphics/xfractint
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
parent- PORTVERSION 0.4.3 => 0.4.4. (diff)
Fix for -CURRENT, malloc.h->stdlib.h
Spotted by: Bento
Notes
Notes: svn path=/head/; revision=52482
Diffstat (limited to 'graphics/xfractint')
-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>