summaryrefslogtreecommitdiff
path: root/devel/libcwd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 06:56:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 06:56:31 +0000
commit9453aaaef9a18602f96082717b1db79431915f67 (patch)
tree0b655c021c5a1065546f974b1587da0fb6a93618 /devel/libcwd
parentMark as broken on sparc64: fails to link. (diff)
Mark broken on sparc64: fails to install.
Notes
Notes: svn path=/head/; revision=206549
Diffstat (limited to 'devel/libcwd')
-rw-r--r--devel/libcwd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile
index 3720e01e4ff0..20d3f92878af 100644
--- a/devel/libcwd/Makefile
+++ b/devel/libcwd/Makefile
@@ -36,4 +36,10 @@ post-patch:
pre-configure:
@${CP} ${LTMAIN} ${WRKSRC}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>