From f701d3e90073f57686b8e6df4756a0717243dba4 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 12:25:40 +0000 Subject: BROKEN on 5.1: bad C++ --- irc/ircatlite/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc') diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile index 75ecdd1..5fd7298 100644 --- a/irc/ircatlite/Makefile +++ b/irc/ircatlite/Makefile @@ -14,6 +14,12 @@ DISTNAME= IRcatLite-r20000308 MAINTAINER= goto@snowy.to COMMENT= A GTK based 'Internet Relay Chat' Client +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GTK= yes GNU_CONFIGURE= yes @@ -32,4 +38,4 @@ do-install: .endfor .endif -.include +.include -- cgit v1.1