diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-04 14:03:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-04 14:03:54 +0800 |
commit | 99770f3b96b88ad4d3bb6c80adc06c8109ed1063 (patch) | |
tree | 7ca328aa98381a6df6b3a0189de1405c58e653e7 /archivers | |
parent | dd3f76e25bebe877e8160b15853f653ba94e85ea (diff) | |
download | freebsd-ports-gnome-99770f3b96b88ad4d3bb6c80adc06c8109ed1063.tar.gz freebsd-ports-gnome-99770f3b96b88ad4d3bb6c80adc06c8109ed1063.tar.zst freebsd-ports-gnome-99770f3b96b88ad4d3bb6c80adc06c8109ed1063.zip |
Mark as broken on sparc64.
Hat: portmgr
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 282c828c76e1..4ce10671c5b7 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -37,4 +37,10 @@ MAN1= gcpio.1 regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: invalid use of stat macro +.endif + +.include <bsd.port.post.mk> |