Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63464
Collapse All | Expand All

(-)subversion-1.1.0_rc2.ebuild.old (-1 / +2 lines)
Lines 15-21 Link Here
15
15
16
S=${WORKDIR}/${P/_rc/-rc}
16
S=${WORKDIR}/${P/_rc/-rc}
17
17
18
#Allow for custion repository locations
18
#Allow for custom repository locations
19
if [ "${SVN_REPOS_LOC}x" = "x" ]; then
19
if [ "${SVN_REPOS_LOC}x" = "x" ]; then
20
	SVN_REPOS_LOC="/var/svn"
20
	SVN_REPOS_LOC="/var/svn"
21
fi
21
fi
Lines 113-118 Link Here
113
	fi
113
	fi
114
114
115
	econf ${myconf} \
115
	econf ${myconf} \
116
		--without-jikes \
116
		--with-neon=/usr \
117
		--with-neon=/usr \
117
		--disable-experimental-libtool \
118
		--disable-experimental-libtool \
118
		--disable-mod-activation ||die "configuration failed"
119
		--disable-mod-activation ||die "configuration failed"

Return to bug 63464