aboutsummaryrefslogtreecommitdiff
path: root/cad/freehdl
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 /cad/freehdl
parent0575b0df4336172c62751c8d8461a97feb8aa541 (diff)
downloadports-c05e24ab65112059f7c2777eedd2e509b78323d5.tar.gz
ports-c05e24ab65112059f7c2777eedd2e509b78323d5.zip
Notes
Diffstat (limited to 'cad/freehdl')
-rw-r--r--cad/freehdl/Makefile8
1 files changed, 7 insertions, 1 deletions
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>