diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-12-04 06:34:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-12-04 06:34:49 +0000 |
commit | 9eb41dc7653b0fdba507f5c34ec1a131760074ae (patch) | |
tree | b552828c9b30fa46add3025f8e999bd7a702f9f0 /misc/compat5x | |
parent | e9bdbc727927f40bdc4af8435f313f14ef4a7cdc (diff) | |
download | ports-9eb41dc7653b0fdba507f5c34ec1a131760074ae.tar.gz ports-9eb41dc7653b0fdba507f5c34ec1a131760074ae.zip |
Notes
Diffstat (limited to 'misc/compat5x')
-rw-r--r-- | misc/compat5x/Makefile | 4 |
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 |