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:
parent
009803615e
commit
f730b49af6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57000
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user