diff options
-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> |