diff options
-rw-r--r-- | emulators/vxtools/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/vxtools/Makefile b/emulators/vxtools/Makefile index 0b0c53ce837c..047b632f5bb6 100644 --- a/emulators/vxtools/Makefile +++ b/emulators/vxtools/Makefile @@ -34,4 +34,10 @@ do-install: @ ${INSTALL_MAN} ${WRKSRC}/vxmount.1 ${PREFIX}/man/man1 @ ${INSTALL_MAN} ${WRKSRC}/vxumount.1 ${PREFIX}/man/man1 -.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> |