Use stdlib.h instead of malloc.h.
This commit is contained in:
parent
a65931adcb
commit
f93b206774
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54578
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue