diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:10:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 09:10:48 +0000 |
commit | f6f82046211c039a6d343bca9cb9b01720900e5c (patch) | |
tree | 4852a90ce1a976fca23e87861efc7c7b4e581fa5 /biology | |
parent | Mark as broken with gcc4.2. (diff) |
Mark as broken on gcc4.2.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/blat/Makefile | 8 |
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> |