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

Collapse All | Expand All

(-)/usr/portage/dev-java/commons-pool/commons-pool-1.2.ebuild (+8 lines)
Lines 31-36 Link Here
31
src_compile() {
31
src_compile() {
32
	local antflags
32
	local antflags
33
33
34
	antflags="${antflags} -f gentoo.xml"
35
	cat <<EOF>>gentoo.xml
36
<project name="gentoo-fixed">
37
  <presetdef name="javac"><javac source="1.4"/></presetdef>
38
  <import file="build.xml"/>
39
</project>
40
EOF
41
34
	use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
42
	use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
35
	ant ${antflags} dist || die "Compilation Failed"
43
	ant ${antflags} dist || die "Compilation Failed"
36
44

Return to bug 86903