Use stdlib.h instead of malloc.h.

This commit is contained in:
Trevor Johnson 2002-02-11 23:52:39 +00:00
parent a65931adcb
commit f93b206774
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54578

View file

@ -27,5 +27,7 @@ ALL_TARGET= qrash
post-patch:
@${PERL} -pi -e "s=PREFIX=${PREFIX}=g" ${WRKSRC}/resource.cc
@${PERL} -pi -e "s=/usr/X11=${PREFIX}=g" ${WRKSRC}/configure
${FIND} ${WRKSRC} -type f -exec ${PERL} -pi -e \
"s:<malloc.h>:<stdlib.h>:g" {} \;
.include <bsd.port.mk>