aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_ntlm
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 17:35:55 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 17:35:55 +0800
commitcf04c486d07b30def45990536a6954fc63cfeed5 (patch)
tree71ac948329059df96eb8bf0062ae573b53990c85 /www/mod_ntlm
parentb325fd0997bcb5cdf90e29d8c913023b8131d93f (diff)
downloadfreebsd-ports-graphics-cf04c486d07b30def45990536a6954fc63cfeed5.tar.gz
freebsd-ports-graphics-cf04c486d07b30def45990536a6954fc63cfeed5.tar.zst
freebsd-ports-graphics-cf04c486d07b30def45990536a6954fc63cfeed5.zip
Mark broken with gcc4.2.
Diffstat (limited to 'www/mod_ntlm')
-rw-r--r--www/mod_ntlm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_ntlm/Makefile b/www/mod_ntlm/Makefile
index eec6b4976f8..01209739c4c 100644
--- a/www/mod_ntlm/Makefile
+++ b/www/mod_ntlm/Makefile
@@ -31,4 +31,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Documentation/mod_ntlm.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>