From 14e486b8de449db50614ddb9089ae26137b82111 Mon Sep 17 00:00:00 2001 From: jadawin Date: Fri, 30 May 2008 20:06:29 +0000 Subject: - Mark BROKEN on sparc64 Approved by: maintainer, mentor (implicit) --- devel/dyncall/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/dyncall') diff --git a/devel/dyncall/Makefile b/devel/dyncall/Makefile index fa957f42af3c..eaa553a44312 100644 --- a/devel/dyncall/Makefile +++ b/devel/dyncall/Makefile @@ -21,6 +21,12 @@ MAKEFILE= ${WRKSRC}/BSDmakefile # There is no install target in the BSD makefile of version 0.2 of the dyncall library, so # install it manually. +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not install +.endif + do-install: ${CP} ${WRKSRC}/dyncall/dyncall.h ${PREFIX}/include/dyncall.h ${CP} ${WRKSRC}/dyncall/dyncall_callf.h ${PREFIX}/include/dyncall_callf.h @@ -36,4 +42,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/${f3} ${MAN3PREFIX}/man/man3 .endfor -.include +.include -- cgit