1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Remove #include <malloc.h>

This commit is contained in:
Kris Kennaway 2002-03-31 02:31:54 +00:00
parent 009803615e
commit f730b49af6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57000

View File

@ -18,6 +18,11 @@ USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
ALL_TARGET= getbdf
pre-patch:
@${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/Xargs.c ${WRKSRC}/getbdf.c
do-install:
cd ${WRKSRC}; \
${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} getbdf ${PREFIX}/bin