View | Details | Raw Unified | Return to bug 220660 | Differences between
and this patch

Collapse All | Expand All

(-)devel/subversion/Makefile (-7 / +4 lines)
Lines 130-142 Link Here
130
	fi
130
	fi
131
.endif
131
.endif
132
.if ${PORT_OPTIONS:MSTATIC}
132
.if ${PORT_OPTIONS:MSTATIC}
133
	@if ${GREP} -q ucol_close ${LOCALBASE}/lib/libsqlite3.a ; then \
133
LIBS_SQLITE3!=	pkgconf --libs --static sqlite3
134
		${ECHO_MSG} "" ; \
134
LIBS+=	${LIBS_SQLITE3}
135
		${ECHO_MSG} "You cannot build static subversion if your SQLite3 is built with ICU enabled."; \
135
# for work with ICU
136
		${ECHO_MSG} "Please, reinstall 'devel/sqlite3' port with disabled ICU support."; \
136
LIBS+=	-lc++ -lm
137
		${ECHO_MSG} "" ; \
138
		${FALSE} ; \
139
	fi
140
.endif
137
.endif
141
138
142
post-configure:
139
post-configure:

Return to bug 220660