diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 17:17:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 17:17:28 +0800 |
commit | 68dc71953fa6a94ea994ceb1e859394d75764257 (patch) | |
tree | 9bc0960bd25fe8b965594bc98bc440097a689b97 /www | |
parent | 245dcf3cc2374e43b9ff035b053bc74650041249 (diff) | |
download | freebsd-ports-graphics-68dc71953fa6a94ea994ceb1e859394d75764257.tar.gz freebsd-ports-graphics-68dc71953fa6a94ea994ceb1e859394d75764257.tar.zst freebsd-ports-graphics-68dc71953fa6a94ea994ceb1e859394d75764257.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'www')
-rw-r--r-- | www/winhelpcgi/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/winhelpcgi/Makefile b/www/winhelpcgi/Makefile index 2504a4ab76b..a911ff25800 100644 --- a/www/winhelpcgi/Makefile +++ b/www/winhelpcgi/Makefile @@ -36,4 +36,10 @@ post-install: @${CAT} ${PKGMESSAGE} .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> |