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:
Jan Beich 2016-11-16 18:47:38 +00:00
parent 283433e75d
commit 43b86a839c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426260

View file

@ -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."; \