diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:20:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:20:32 +0000 |
commit | 4f1e9c22d0dd6abb991ec9198ad355a7609b01e0 (patch) | |
tree | 9d34585891caf3a79d4e8a463ade9664f58d46b2 /emulators/vxtools | |
parent | Mark as broken with gcc4.2 on 64-bit archs. While here, remove cruft (diff) |
Mark as broken with gcc4.2.
Diffstat (limited to 'emulators/vxtools')
-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> |