s/malloc.h/stdlib.h/
This commit is contained in:
parent
4cba173193
commit
930f14e70d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49896
@ -44,6 +44,9 @@ post-patch:
|
||||
@ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched
|
||||
@ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \
|
||||
${WRKSRC}/configure.Patched > ${WRKSRC}/configure
|
||||
.for file in pulsar.c extrusion.c extrusion.c
|
||||
@${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/hacks/glx/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user