From 529cb4a7eab7cda03d277cc000121d8be592426c Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 22 Oct 2002 04:38:30 +0000 Subject: Fix malloc.h include warnings. PR: 42472 Submitted by: mich@freebsdcluster.org (maintainer) Approved by: pat --- sysutils/ah-tty/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysutils/ah-tty') 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 -- cgit v1.2.3