diff options
author | linimon <linimon@FreeBSD.org> | 2009-03-16 17:38:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-03-16 17:38:21 +0800 |
commit | 538ddcd05356428d9db70ce95d5f5aac12be92ad (patch) | |
tree | 082bf81b9dbc82a627ab7f12b2cb0a15170ead77 /sysutils | |
parent | d25b3b5751e2ec6c8b3f006dedd11203412c54b4 (diff) | |
download | freebsd-ports-gnome-538ddcd05356428d9db70ce95d5f5aac12be92ad.tar.gz freebsd-ports-gnome-538ddcd05356428d9db70ce95d5f5aac12be92ad.tar.zst freebsd-ports-gnome-538ddcd05356428d9db70ce95d5f5aac12be92ad.zip |
Mark as broken on sparc64-6.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fio/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index f7524c1f0d07..7dedd7bc6b55 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -30,4 +30,12 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fio_generate_plots ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fio.1 ${PREFIX}/man/man1/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64-6 +.endif +.endif + +.include <bsd.port.post.mk> |