diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 17:08:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 17:08:37 +0800 |
commit | c376a8d29a8a3b8fa81e0173cd84ec62263d085e (patch) | |
tree | 42c40fde278b2cce9cf9bd49b7fa922b5be4e377 /cad | |
parent | cafa7d4736fb2dfb4c78deab713adf86549fd9b8 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |