Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85638 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-util/subversion/subversion-1.1.3-r1.ebuild (-4 / +1 lines)
Lines 36-45 Link Here
36
: ${SVN_REPOS_LOC:=/var/svn}
36
: ${SVN_REPOS_LOC:=/var/svn}
37
37
38
pkg_setup() {
38
pkg_setup() {
39
	if has_version =sys-devel/autoconf-2.58*; then
40
		die "Subversion WILL NOT BUILD with autoconf-2.58"
41
	fi
42
43
	if use berkdb && has_version '<dev-util/subversion-0.34.0' && [[ -z ${SVN_DUMPED} ]]; then
39
	if use berkdb && has_version '<dev-util/subversion-0.34.0' && [[ -z ${SVN_DUMPED} ]]; then
44
		echo
40
		echo
45
		ewarn "Presently you have $(best_version subversion)"
41
		ewarn "Presently you have $(best_version subversion)"
Lines 88-93 Link Here
88
	fi
84
	fi
89
85
90
	append-flags `/usr/bin/apr-config --cppflags`
86
	append-flags `/usr/bin/apr-config --cppflags`
87
	use berkdb && append-flags "-I/usr/include/db4.2"
91
88
92
	econf ${myconf} \
89
	econf ${myconf} \
93
		$(use_with ssl) \
90
		$(use_with ssl) \

Return to bug 85638