Fix malloc.h include warnings.
PR: 42472 Submitted by: mich@freebsdcluster.org (maintainer) Approved by: pat
This commit is contained in:
parent
8c5eb3f157
commit
529cb4a7ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68570
1 changed files with 5 additions and 0 deletions
|
@ -14,7 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= mich@freebsdcluster.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= ah-tty.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
|
||||
${WRKSRC}/dillib/vty/vtlabel.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue