summaryrefslogtreecommitdiff
path: root/biology/protomol
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 09:08:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 09:08:37 +0000
commitc05e24ab65112059f7c2777eedd2e509b78323d5 (patch)
treed227b3e2020fa4af0e2deb6af61437512de97941 /biology/protomol
parentMark as broken with gcc4.2 on 64-bit archs. (diff)
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200622
Diffstat (limited to 'biology/protomol')
-rw-r--r--biology/protomol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile
index dd40c86556d6..1a004ef8634c 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