diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-05-31 04:06:29 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-05-31 04:06:29 +0800 |
commit | 14e486b8de449db50614ddb9089ae26137b82111 (patch) | |
tree | 2b589448583c0bc26c21302ae637848360b16cf2 /devel/dyncall | |
parent | bb36e1945be8c9d1acf470daff290519c3b88bf5 (diff) | |
download | freebsd-ports-gnome-14e486b8de449db50614ddb9089ae26137b82111.tar.gz freebsd-ports-gnome-14e486b8de449db50614ddb9089ae26137b82111.tar.zst freebsd-ports-gnome-14e486b8de449db50614ddb9089ae26137b82111.zip |
- Mark BROKEN on sparc64
Approved by: maintainer, mentor (implicit)
Diffstat (limited to 'devel/dyncall')
-rw-r--r-- | devel/dyncall/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |