diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:27:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:27:03 +0000 |
commit | eb0a31a16059fb00e69c328e6a76bc6b35b4c3be (patch) | |
tree | 912801d43ece6f3c7707996d173171002b77dd77 /misc/compat5x/Makefile | |
parent | 0be24564dd5faada78c32fdc14f67f25f69a6a61 (diff) | |
download | ports-eb0a31a16059fb00e69c328e6a76bc6b35b4c3be.tar.gz ports-eb0a31a16059fb00e69c328e6a76bc6b35b4c3be.zip |
Notes
Diffstat (limited to 'misc/compat5x/Makefile')
-rw-r--r-- | misc/compat5x/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index b1b1a149a4d8..787901009977 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -29,10 +29,6 @@ USE_LDCONFIG= ${TARGET_DIR} .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} == amd64 PLIST_SUB+= AMD64="" USE_LDCONFIG32= ${TARGET32_DIR} |