diff options
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 227699c..1cf70d7 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> |