aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ah-tty
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-10-22 04:38:30 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-10-22 04:38:30 +0000
commit529cb4a7eab7cda03d277cc000121d8be592426c (patch)
treec589bcbcb89b2298053f0977eda2f06e034fcba8 /sysutils/ah-tty
parent8c5eb3f15769e426da07e527455d791d65884387 (diff)
downloadports-529cb4a7eab7cda03d277cc000121d8be592426c.tar.gz
ports-529cb4a7eab7cda03d277cc000121d8be592426c.zip
Fix malloc.h include warnings.
PR: 42472 Submitted by: mich@freebsdcluster.org (maintainer) Approved by: pat
Notes
Notes: svn path=/head/; revision=68570
Diffstat (limited to 'sysutils/ah-tty')
-rw-r--r--sysutils/ah-tty/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile
index 4fb74b63a7a2..32de8d18cb53 100644
--- a/sysutils/ah-tty/Makefile
+++ b/sysutils/ah-tty/Makefile
@@ -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>