diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 09:08:37 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 09:08:37 +0000 |
commit | c376a8d29a8a3b8fa81e0173cd84ec62263d085e (patch) | |
tree | 42c40fde278b2cce9cf9bd49b7fa922b5be4e377 /biology | |
parent | cafa7d4736fb2dfb4c78deab713adf86549fd9b8 (diff) | |
download | FreeBSD-ports-c376a8d29a8a3b8fa81e0173cd84ec62263d085e.zip FreeBSD-ports-c376a8d29a8a3b8fa81e0173cd84ec62263d085e.tar.gz |
Mark as broken with gcc4.2.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/protomol/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index dd40c86..1a004ef 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -38,6 +38,10 @@ OPTIONS= GLUT "Use glut" on .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if defined(WITH_GLUT) CONFIGURE_ARGS+= --with-glut=yes LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut |