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

Collapse All | Expand All

(-)kdejava-3.5.2.ebuild.orig (-3 / +1 lines)
Lines 34-42 Link Here
34
	# $PREFIX-dependant, so don't go into the makefile tarballs
34
	# $PREFIX-dependant, so don't go into the makefile tarballs
35
	cd $S/kdejava/koala/org/kde/koala
35
	cd $S/kdejava/koala/org/kde/koala
36
	for x in Makefile.am Makefile.in; do
36
	for x in Makefile.am Makefile.in; do
37
		mv $x $x.orig
37
		sed -e "s/_CLASSPATH_:/\`java-config -p qtjava\`:" -i $x
38
		sed -e "s:_CLASSPATH_:$(java-config -p qtjava):" $x.orig > $x
39
		rm $x.orig
40
	done
38
	done
41
}
39
}
42
40

Return to bug 138924