1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build in 5.x branch: malloc.h -> stdlib.h

Submitted by:	bento,
		kris
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-06-10 16:23:24 +00:00
parent 3ec406487f
commit dc8178a391
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82698

View File

@ -22,6 +22,12 @@ ALL_TARGET= build
MAN1= animabob.1 icol.1
MANCOMPRESSED= yes
post-patch:
@${FIND} ${WRKSRC} -type f | \
${XARGS} -x -n 10 \
${REINPLACE_CMD} -E \
-e 's|malloc.h|stdlib.h|'
post-build:
# make the doc installation PREFIX safe
@${REINPLACE_CMD} -E \