Suppress warnings generated by inclusion of malloc.h.
PR: 34559 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
This commit is contained in:
parent
de6334b4dc
commit
7c4c235009
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54572
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue