diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-26 12:25:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-26 12:25:52 +0000 |
commit | 2d6d9fec01f4698414dd3b58ae682dc85a0af39c (patch) | |
tree | 46975994b299e5d6925938daf5f74ee4cb7bfe25 /misc/compat5x/Makefile | |
parent | 132e08f6b619394f7e49ef921a1a14364bbf4242 (diff) | |
download | ports-2d6d9fec01f4698414dd3b58ae682dc85a0af39c.tar.gz ports-2d6d9fec01f4698414dd3b58ae682dc85a0af39c.zip |
Notes
Diffstat (limited to 'misc/compat5x/Makefile')
-rw-r--r-- | misc/compat5x/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index 5bea85666112..8a18a279d953 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -35,7 +35,6 @@ BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.1 .if ${ARCH} == amd64 PLIST_SUB+= AMD64="" -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .else PLIST_SUB+= AMD64="@comment " |