aboutsummaryrefslogtreecommitdiff
path: root/misc/compat5x
diff options
context:
space:
mode:
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