diff options
Diffstat (limited to 'biology/protomol')
-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 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 |