From c4c460063cc034778f80dccfe0213e18a0c70c35 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 13 Jun 2009 18:32:04 +0000 Subject: - Broken on 8.x Reported by: pointyhat --- misc/splitvt/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index d44de818bb88..b2fcc1c79872 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -19,6 +19,12 @@ HAS_CONFIGURE= yes ALL_TARGET= MAN1= splitvt.1 +.include + +.if ${OSVERSION} >= 800000 +BROKEN= does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not available without TTY ioctl compat +.endif + post-patch: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/config.c @@ -26,4 +32,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${PREFIX}/man/man1 -.include +.include -- cgit