From 0062dbba2f0374c8b97f1278025d1d759a9248cb Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 2 Apr 2006 23:11:51 +0000 Subject: [PATCH] BROKEN on 6.x: Does not compile --- misc/heyu/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile index 1e5d9337f058..59c241a9d99b 100644 --- a/misc/heyu/Makefile +++ b/misc/heyu/Makefile @@ -26,6 +26,12 @@ MAN1= heyu.1 heyuhelper.1 MAN5= x10config.5 \ x10sched.5 +.include + +.if ${OSVERSION} >= 600105 +BROKEN= Does not compile +.endif + post-patch: @${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \ s,(CC|CFLAGS) =,\1 ?=,g' \ @@ -40,4 +46,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/x10config ${EXAMPLESDIR}/x10config.sample ${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${EXAMPLESDIR} -.include +.include