diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-26 20:25:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-26 20:25:52 +0800 |
commit | 6b5858fec4db786d24622ab72387b862ca03f777 (patch) | |
tree | 46975994b299e5d6925938daf5f74ee4cb7bfe25 /misc/compat4x | |
parent | 49f4f2d1cac7d44848044fdec5410a57cee99ade (diff) | |
download | freebsd-ports-gnome-6b5858fec4db786d24622ab72387b862ca03f777.tar.gz freebsd-ports-gnome-6b5858fec4db786d24622ab72387b862ca03f777.tar.zst freebsd-ports-gnome-6b5858fec4db786d24622ab72387b862ca03f777.zip |
Remove @exec lines redundant with USE_LDCONFIG32
Diffstat (limited to 'misc/compat4x')
-rw-r--r-- | misc/compat4x/Makefile | 2 | ||||
-rw-r--r-- | misc/compat4x/pkg-plist.freebsd5 | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index f578844ae999..1b2b09ef727a 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/usr/lib/compat NO_BUILD= yes TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat -LDCONFIG_LIB32= ${LDCONFIG} -32 .include <bsd.port.pre.mk> @@ -50,7 +49,6 @@ PLIST_SUB+= I386_ONLY="@comment " .if ${ARCH} == amd64 PLIST_SUB+= AMD64_ONLY="" AMD64NA="@comment " -PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .else USE_LDCONFIG= ${TARGET_DIR} diff --git a/misc/compat4x/pkg-plist.freebsd5 b/misc/compat4x/pkg-plist.freebsd5 index 55f5ac37edc3..791340e01fae 100644 --- a/misc/compat4x/pkg-plist.freebsd5 +++ b/misc/compat4x/pkg-plist.freebsd5 @@ -37,5 +37,4 @@ %%LIBDIR%%/compat/pam_ssh.so %%LIBDIR%%/compat/pam_tacplus.so %%LIBDIR%%/compat/pam_unix.so -%%AMD64_ONLY%%@exec %%LDCONFIG_LIB32%% -m %D/%%LIBDIR%%/compat @comment Hardcode lib32 since we should not remove lib. |