diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 17:35:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 17:35:55 +0800 |
commit | cf04c486d07b30def45990536a6954fc63cfeed5 (patch) | |
tree | 71ac948329059df96eb8bf0062ae573b53990c85 /www/mod_ntlm | |
parent | b325fd0997bcb5cdf90e29d8c913023b8131d93f (diff) | |
download | freebsd-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/Makefile | 8 |
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> |