diff -urNd devel/subversion.orig/Makefile devel/subversion/Makefile --- devel/subversion.orig/Makefile 2018-09-18 18:23:26.430507000 +0300 +++ devel/subversion/Makefile 2018-09-18 20:14:02.917399000 +0300 @@ -130,13 +130,10 @@ fi .endif .if ${PORT_OPTIONS:MSTATIC} - @if ${GREP} -q ucol_close ${LOCALBASE}/lib/libsqlite3.a ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "You cannot build static subversion if your SQLite3 is built with ICU enabled."; \ - ${ECHO_MSG} "Please, reinstall 'devel/sqlite3' port with disabled ICU support."; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi +LIBS_SQLITE3!= pkgconf --libs --static sqlite3 +LIBS+= ${LIBS_SQLITE3} +# for work with ICU +LIBS+= -lc++ -lm .endif post-configure: