aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 17:10:48 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 17:10:48 +0800
commitf31a25dccc0710e6cc75ce06130263b4b01d7e4a (patch)
tree4bd9b371d3abf96dc9467c648240a1ee0bd36698 /biology
parentc376a8d29a8a3b8fa81e0173cd84ec62263d085e (diff)
downloadfreebsd-ports-f31a25dccc0710e6cc75ce06130263b4b01d7e4a.tar.gz
freebsd-ports-f31a25dccc0710e6cc75ce06130263b4b01d7e4a.tar.zst
freebsd-ports-f31a25dccc0710e6cc75ce06130263b4b01d7e4a.zip
Mark as broken on gcc4.2.
Diffstat (limited to 'biology')
-rw-r--r--biology/blat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/blat/Makefile b/biology/blat/Makefile
index 11712ec38799..19b05c00c309 100644
--- a/biology/blat/Makefile
+++ b/biology/blat/Makefile
@@ -48,4 +48,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.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>