summaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 09:08:37 +0000
committerlinimon <linimon@FreeBSD.org>2007-10-02 09:08:37 +0000
commitc376a8d29a8a3b8fa81e0173cd84ec62263d085e (patch)
tree42c40fde278b2cce9cf9bd49b7fa922b5be4e377 /biology
parentcafa7d4736fb2dfb4c78deab713adf86549fd9b8 (diff)
downloadFreeBSD-ports-c376a8d29a8a3b8fa81e0173cd84ec62263d085e.zip
FreeBSD-ports-c376a8d29a8a3b8fa81e0173cd84ec62263d085e.tar.gz
Mark as broken with gcc4.2.
Diffstat (limited to 'biology')
-rw-r--r--biology/protomol/Makefile4
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
OpenPOWER on IntegriCloud