aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat5x
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-12-04 14:34:49 +0800
committerlinimon <linimon@FreeBSD.org>2009-12-04 14:34:49 +0800
commitefcb1649afdd963b94ec283cda8ac6ddf4ef8bd2 (patch)
treee9efec2923eec584dc14acc479c8a52129f067fe /misc/compat5x
parent8e19e2587f5eafe523dc1f257c12f5e2a81e80d1 (diff)
downloadfreebsd-ports-gnome-efcb1649afdd963b94ec283cda8ac6ddf4ef8bd2.tar.gz
freebsd-ports-gnome-efcb1649afdd963b94ec283cda8ac6ddf4ef8bd2.tar.zst
freebsd-ports-gnome-efcb1649afdd963b94ec283cda8ac6ddf4ef8bd2.zip
Mark as broken on sparc64: cannot find lib/compat/libpthread.so.X.
Hat: portmgr
Diffstat (limited to 'misc/compat5x')
-rw-r--r--misc/compat5x/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile
index 9c20b0ca6bca..5cab4f0af26e 100644
--- a/misc/compat5x/Makefile
+++ b/misc/compat5x/Makefile
@@ -36,6 +36,10 @@ EXTRACT_PRESERVE_OWNERSHIP= yes # Files in archive have scfg-flag set
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.1
+.endif
+
.if ${ARCH} == alpha
PLIST_SUB+= ALPHA=""
.else