From 99770f3b96b88ad4d3bb6c80adc06c8109ed1063 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 4 Apr 2010 06:03:54 +0000 Subject: Mark as broken on sparc64. Hat: portmgr --- archivers/gcpio/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'archivers') 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 +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: invalid use of stat macro +.endif + +.include -- cgit