aboutsummaryrefslogtreecommitdiffstats
path: root/misc
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
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')
-rw-r--r--misc/compat5x/Makefile4
-rw-r--r--misc/compat6x/Makefile4
2 files changed, 8 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
diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile
index 469c966d7a56..26491999016c 100644
--- a/misc/compat6x/Makefile
+++ b/misc/compat6x/Makefile
@@ -32,6 +32,10 @@ USE_LDCONFIG= ${TARGET_DIR}
IGNORE= is for FreeBSD 7.x and newer
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.2
+.endif
+
.if ${ARCH} == amd64
PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32"
USE_LDCONFIG32= ${TARGET32_DIR}