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

(-)/usr/portage/sys-devel/gettext/gettext-0.15.ebuild (-1 / +6 lines)
Lines 53-61 Link Here
53
	if use elibc_glibc ; then
53
	if use elibc_glibc ; then
54
		myconf="${myconf} --without-included-gettext $(use_enable nls)"
54
		myconf="${myconf} --without-included-gettext $(use_enable nls)"
55
	else
55
	else
56
		myconf="${myconf} --with-included-gettext --enable-nls"
56
		myconf="${myconf} --with-included-gettext $(use_enable nls)"
57
	fi
57
	fi
58
	use nocxx && export CXX=$(tc-getCC)
58
	use nocxx && export CXX=$(tc-getCC)
59
60
	if [[ -n $(get-flag mfpmath) && -n $(get-flag ffast-math) ]] ; then
61
        append-ldflags -lm
62
	fi
63
59
	econf \
64
	econf \
60
		$(use_with emacs) \
65
		$(use_with emacs) \
61
		--disable-java \
66
		--disable-java \

Return to bug 142893