aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-05-27 03:03:31 +0000
commitb7ff7031ea6f07582ad920bef0ffd13ac1adcc44 (patch)
treefa95c4dec9e92efb4ff7df81d579129d7bc11807 /cad
parentbd5f3dd41b37a452c489843e85d75cf94433bbc6 (diff)
downloadports-b7ff7031ea6f07582ad920bef0ffd13ac1adcc44.tar.gz
ports-b7ff7031ea6f07582ad920bef0ffd13ac1adcc44.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/mars/Makefile4
-rw-r--r--cad/netgen/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile
index 617abf44a69e..ac08c03a28f9 100644
--- a/cad/mars/Makefile
+++ b/cad/mars/Makefile
@@ -31,6 +31,10 @@ MAN1= mars.1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mars ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/man1/mars.1 ${PREFIX}/man/man1
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile
index 9772e34d199f..b2fe2fc61018 100644
--- a/cad/netgen/Makefile
+++ b/cad/netgen/Makefile
@@ -38,6 +38,10 @@ DIRTCL= demoapp ngsolve ngtcltk
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
.if ${ARCH} == "sparc64"
BROKEN= internal gcc error (Bug 23159)
.endif