aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 17:08:37 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 17:08:37 +0800
commitc376a8d29a8a3b8fa81e0173cd84ec62263d085e (patch)
tree42c40fde278b2cce9cf9bd49b7fa922b5be4e377 /cad
parentcafa7d4736fb2dfb4c78deab713adf86549fd9b8 (diff)
downloadfreebsd-ports-graphics-c376a8d29a8a3b8fa81e0173cd84ec62263d085e.tar.gz
freebsd-ports-graphics-c376a8d29a8a3b8fa81e0173cd84ec62263d085e.tar.zst
freebsd-ports-graphics-c376a8d29a8a3b8fa81e0173cd84ec62263d085e.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'cad')
-rw-r--r--cad/freehdl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile
index 227699c3464..1cf70d7b65b 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>