From 0588d55e30946665c5428b317d4cad927d861ab2 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 4 Jul 2007 11:39:16 +0000 Subject: - Marked Broken does not compile with gcc 4.2 PR: 114225 Submitted by: Michael Josic (maintainer) --- net/nepenthes/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/nepenthes') diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 90cbf937bcf2..ed5320c6f6d4 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -38,4 +38,10 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/man --infodir=${PREFIX}/info DOCS= README README.VFS logo-shaded.svg MAN8= nepenthes.8 -.include +.include + +.if ${OSVERSION} >= 700000 +BROKEN= Does not compile +.endif + +.include -- cgit