- Skip soname check if ${STAGEDIR}${PREFIX}/lib directory does not exist

Differential Revision:	https://reviews.FreeBSD.org/D8697
Approved by:	mat (portmgr)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-12-03 21:30:08 +00:00
parent 2895a58be0
commit ae0db8070b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427742

View File

@ -708,7 +708,7 @@ proxydeps() {
}
sonames() {
[ -n "${BUNDLE_LIBS}" ] && return 0
[ ! -d ${STAGEDIR}${PREFIX}/lib -o -n "${BUNDLE_LIBS}" ] && return 0
while read f; do
# No results presents a blank line from heredoc.
[ -z "${f}" ] && continue