aboutsummaryrefslogtreecommitdiff
path: root/misc/compat6x
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-12-04 06:34:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-12-04 06:34:49 +0000
commit9eb41dc7653b0fdba507f5c34ec1a131760074ae (patch)
treeb552828c9b30fa46add3025f8e999bd7a702f9f0 /misc/compat6x
parente9bdbc727927f40bdc4af8435f313f14ef4a7cdc (diff)
downloadports-9eb41dc7653b0fdba507f5c34ec1a131760074ae.tar.gz
ports-9eb41dc7653b0fdba507f5c34ec1a131760074ae.zip
Mark as broken on sparc64: cannot find lib/compat/libpthread.so.X.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=245186
Diffstat (limited to 'misc/compat6x')
-rw-r--r--misc/compat6x/Makefile4
1 files changed, 4 insertions, 0 deletions
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}