mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- 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:
parent
2895a58be0
commit
ae0db8070b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427742
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user