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

(-)subversion-1.7.9.ebuild.orig (-4 / +5 lines)
Lines 44-50 Link Here
44
	perl? ( dev-perl/URI )"
44
	perl? ( dev-perl/URI )"
45
# Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once
45
# Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once
46
DEPEND="${COMMON_DEPEND}
46
DEPEND="${COMMON_DEPEND}
47
	${PYTHON_DEPS}
48
	!!<sys-apps/sandbox-1.6
47
	!!<sys-apps/sandbox-1.6
49
	ctypes-python? ( dev-python/ctypesgen )
48
	ctypes-python? ( dev-python/ctypesgen )
50
	doc? ( app-doc/doxygen )
49
	doc? ( app-doc/doxygen )
Lines 185-196 Link Here
185
	myconf+=" --disable-disallowing-of-undefined-references"
184
	myconf+=" --disable-disallowing-of-undefined-references"
186
185
187
	# for build-time scripts
186
	# for build-time scripts
188
	python_export_best
187
	if use python ; then
188
		python_export_best
189
		#allow overriding Python include directory
190
		myconf+=' ac_cv_python_includes="-I$(PYTHON_INCLUDEDIR)"'
191
	fi
189
192
190
	#force ruby-1.8 for bug 399105
193
	#force ruby-1.8 for bug 399105
191
	#allow overriding Python include directory
192
	ac_cv_path_RUBY="${EPREFIX}"/usr/bin/ruby18 ac_cv_path_RDOC="${EPREFIX}"/usr/bin/rdoc18 \
194
	ac_cv_path_RUBY="${EPREFIX}"/usr/bin/ruby18 ac_cv_path_RDOC="${EPREFIX}"/usr/bin/rdoc18 \
193
	ac_cv_python_includes='-I$(PYTHON_INCLUDEDIR)' \
194
	econf --libdir="${EPREFIX}/usr/$(get_libdir)" \
195
	econf --libdir="${EPREFIX}/usr/$(get_libdir)" \
195
		$(use_with apache2 apxs "${APXS}") \
196
		$(use_with apache2 apxs "${APXS}") \
196
		$(use_with berkdb berkeley-db "db.h:${EPREFIX}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}") \
197
		$(use_with berkdb berkeley-db "db.h:${EPREFIX}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}") \

Return to bug 468758