aboutsummaryrefslogtreecommitdiff
path: root/archivers/gcpio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-04 06:03:54 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-04 06:03:54 +0000
commit5208dca85e1ce1eebb46a7f510c8e24da53de8d9 (patch)
tree49dd68ed184f3d5ebd4692e7a45fb8c0a0c24fe2 /archivers/gcpio
parent9cde1e96215a3764d446d5c357c5d90f6fe07449 (diff)
downloadports-5208dca85e1ce1eebb46a7f510c8e24da53de8d9.tar.gz
ports-5208dca85e1ce1eebb46a7f510c8e24da53de8d9.zip
Notes
Diffstat (limited to 'archivers/gcpio')
-rw-r--r--archivers/gcpio/Makefile8
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>