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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- dev-util/subversion/subversion-1.5.0_rc9.ebuild
0
++ dev-util/subversion/subversion-1.5.0_rc9.ebuild
Lines 13-19 Link Here
13
LICENSE="Subversion"
13
LICENSE="Subversion"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
15
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
16
IUSE="apache2 berkdb debug doc emacs extras java nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf"
16
IUSE="apache2 berkdb debug doc +dso emacs extras java nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf"
17
RESTRICT="test"
17
RESTRICT="test"
18
18
19
CDEPEND=">=dev-libs/apr-1.2.8
19
CDEPEND=">=dev-libs/apr-1.2.8
Lines 96-101 Link Here
96
	econf ${myconf} \
96
	econf ${myconf} \
97
		$(use_with apache2 apxs "${APXS}") \
97
		$(use_with apache2 apxs "${APXS}") \
98
		$(use_with berkdb berkeley-db) \
98
		$(use_with berkdb berkeley-db) \
99
		$(use_enable dso runtime-module-search ) \
99
		$(use_enable java javahl) \
100
		$(use_enable java javahl) \
100
		$(use_with java jdk "${JAVA_HOME}") \
101
		$(use_with java jdk "${JAVA_HOME}") \
101
		$(use_enable nls) \
102
		$(use_enable nls) \
Lines 107-114 Link Here
107
		--disable-experimental-libtool \
108
		--disable-experimental-libtool \
108
		--without-jikes \
109
		--without-jikes \
109
		--without-junit \
110
		--without-junit \
110
		--disable-mod-activation \
111
		--disable-mod-activation
111
		--enable-runtime-module-search
112
112
113
	# Respect the user LDFLAGS when building Subversion SWIG bindings.
113
	# Respect the user LDFLAGS when building Subversion SWIG bindings.
114
	export SWIG_LDFLAGS="${LDFLAGS}"
114
	export SWIG_LDFLAGS="${LDFLAGS}"

Return to bug 221931