From 163d2d5c338fcd8c7b5e216898648039d5f79b93 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 2 Oct 2007 01:45:06 +0000 Subject: Mark as broken on gcc4.2. --- irc/dircproxy/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc') diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile index 5f5513a77158..dd9f79e1607f 100644 --- a/irc/dircproxy/Makefile +++ b/irc/dircproxy/Makefile @@ -21,4 +21,10 @@ MAN1= dircproxy.1 dircproxy-crypt.1 post-install: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include -- cgit