summaryrefslogtreecommitdiff
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
parentMark as broken with gcc4.2 on 64-bit archs. (diff)
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200622
-rw-r--r--biology/protomol/Makefile4
-rw-r--r--cad/freehdl/Makefile8
2 files changed, 11 insertions, 1 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
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile
index 227699c34645..1cf70d7b65b7 100644
--- a/cad/freehdl/Makefile
+++ b/cad/freehdl/Makefile
@@ -59,4 +59,10 @@ plist: build
| ${PLIST_REPL} >> ${PLIST}
@${RM} -rf ${PLIST_TMP}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>