devel/subversion: chase r359585
libsqlite3.la is no longer installed, so check for an ICU function likely to be used. PR: 214552 Reported by: antoine (via exp-run in bug 214384) Approved by: portmgr blanket
This commit is contained in:
parent
283433e75d
commit
43b86a839c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426260
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ pre-configure:
|
|||
fi
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MSTATIC}
|
||||
@if ${GREP} -q icui18n ${LOCALBASE}/lib/libsqlite3.la ; then \
|
||||
@if ${GREP} -q ucol_close ${LOCALBASE}/lib/libsqlite3.a ; then \
|
||||
${ECHO_MSG} "" ; \
|
||||
${ECHO_MSG} "You can not build static subversion if your SQLite3 is built with ICU enabled."; \
|
||||
${ECHO_MSG} "Please, reinstall 'devel/sqlite3' port with disabled ICU support."; \
|
||||
|
|
Loading…
Reference in a new issue