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

Collapse All | Expand All

(-)libidn-0.5.11-r1.ebuild.org (-1 / +5 lines)
Lines 31-40 Link Here
31
		check_java_config
31
		check_java_config
32
	fi
32
	fi
33
33
34
	if use amd64; then
35
		myconf="--with-pic"
36
	else
37
		myconf="`use_with pic`"
38
	fi
34
	econf \
39
	econf \
35
		`use_enable nls` \
40
		`use_enable nls` \
36
		`use_enable java` \
41
		`use_enable java` \
37
		`use_with pic` \
38
		${myconf} || die "Configure failed"
42
		${myconf} || die "Configure failed"
39
43
40
	emake || die "Make failed"
44
	emake || die "Make failed"

Return to bug 72969