1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

s/malloc.h/stdlib.h/

This commit is contained in:
Ying-Chieh Liao 2001-11-09 18:33:41 +00:00
parent 4cba173193
commit 930f14e70d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49896

View File

@ -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>