diff options
author | pat <pat@FreeBSD.org> | 2002-12-13 20:34:22 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-12-13 20:34:22 +0000 |
commit | a0e1506fde24d77008e431ae1b77672520e7e7f0 (patch) | |
tree | e3d446feeebc0bd778dcfa6f080640fcc622c460 /sysutils/ah-tty/Makefile | |
parent | 91a382c3ae51fbed94e6ec41b722fb4e9069bc19 (diff) | |
download | FreeBSD-ports-a0e1506fde24d77008e431ae1b77672520e7e7f0.zip FreeBSD-ports-a0e1506fde24d77008e431ae1b77672520e7e7f0.tar.gz |
Fix build on -CURRENT
PR: ports/46229
Submitted by: maintainer
Diffstat (limited to 'sysutils/ah-tty/Makefile')
-rw-r--r-- | sysutils/ah-tty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile index 32de8d1..c804b98 100644 --- a/sysutils/ah-tty/Makefile +++ b/sysutils/ah-tty/Makefile @@ -21,5 +21,7 @@ MAN1= ah-tty.1 post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/dillib/vty/vtlabel.c + @${REINPLACE_CMD} -e 's|##x|x|' \ + ${WRKSRC}/include/platform.h .include <bsd.port.mk> |