aboutsummaryrefslogtreecommitdiff
path: root/misc
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
parente9bdbc727927f40bdc4af8435f313f14ef4a7cdc (diff)
downloadports-9eb41dc7653b0fdba507f5c34ec1a131760074ae.tar.gz
ports-9eb41dc7653b0fdba507f5c34ec1a131760074ae.zip
Notes
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}