1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix formatting when finding shared library with new LIB_DEPENDS format

Reported by:	mandree
This commit is contained in:
Baptiste Daroussin 2013-07-29 20:09:21 +00:00
parent 06dfc67712
commit 95b64b8a5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323902

View File

@ -5017,7 +5017,7 @@ lib-depends:
dir=$${i#*:} ; \ dir=$${i#*:} ; \
target="${DEPENDS_TARGET}"; \ target="${DEPENDS_TARGET}"; \
depends_args="${DEPENDS_ARGS}"; \ depends_args="${DEPENDS_ARGS}"; \
${ECHO_MSG} -n "====> ${PKGNAME} depends on shared library: $${lib}:" ; \ ${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $${lib}:" ; \
found=0 ; \ found=0 ; \
dirs="${LIB_DIRS} `${CAT} ${LOCALBASE}/libdata/ldconfig/* 2>/dev/null || : `" ; \ dirs="${LIB_DIRS} `${CAT} ${LOCALBASE}/libdata/ldconfig/* 2>/dev/null || : `" ; \
for libdir in $$dirs; do \ for libdir in $$dirs; do \