aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ah-tty/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-12-13 20:34:22 +0000
committerPatrick Li <pat@FreeBSD.org>2002-12-13 20:34:22 +0000
commiteea8bec652bb3e2752892114cc840a872ac038d3 (patch)
treeebe48813b0c3d58756a96a0fa7ce20f2b80eceac /sysutils/ah-tty/Makefile
parent9e1d86051832dfb8e4b1d34f126fae2656499d64 (diff)
Notes
Diffstat (limited to 'sysutils/ah-tty/Makefile')
-rw-r--r--sysutils/ah-tty/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile
index 32de8d18cb53..c804b98754fa 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>