Suppress warnings generated by inclusion of malloc.h.

PR:		34559
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
This commit is contained in:
Trevor Johnson 2002-02-11 22:36:29 +00:00
parent de6334b4dc
commit 7c4c235009
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54572

View file

@ -42,6 +42,8 @@ post-build:
post-patch:
${PERL} -pi -e "s:/usr/local/lib:${DATADIR}:g" ${WRKSRC}/getstring.c
${FIND} ${WRKSRC} -type f -exec \
${PERL} -pi -e "s:<malloc.h>:<stdlib.h>:g" {} \;
do-install:
${MKDIR} ${PREFIX}/share/csound