From c05e24ab65112059f7c2777eedd2e509b78323d5 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 2 Oct 2007 09:08:37 +0000 Subject: Mark as broken with gcc4.2. --- biology/protomol/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'biology/protomol') 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 +.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 -- cgit v1.2.3