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

(-)java-gnome-4.0.7.ebuild.orig (+3 lines)
Lines 32-37 Link Here
32
RESTRICT="test"
32
RESTRICT="test"
33
33
34
src_compile() {
34
src_compile() {
35
	# gcc does not support these command-line options
36
	sed -i "s/ -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast//" configure
37
35
	# Handwritten in perl so not using econf
38
	# Handwritten in perl so not using econf
36
	./configure --prefix=/usr || die
39
	./configure --prefix=/usr || die
37
40

Return to bug 224707