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

(-)xz-utils-5.2.1.ebuild.orig (-1 / +2 lines)
Lines 28-34 Link Here
28
# See top-level COPYING file as it outlines the various pieces and their licenses.
28
# See top-level COPYING file as it outlines the various pieces and their licenses.
29
LICENSE="public-domain LGPL-2.1+ GPL-2+"
29
LICENSE="public-domain LGPL-2.1+ GPL-2+"
30
SLOT="0"
30
SLOT="0"
31
IUSE="nls static-libs +threads"
31
IUSE="kernel_FreeBSD nls static-libs +threads"
32
32
33
RDEPEND="!<app-arch/lzma-4.63
33
RDEPEND="!<app-arch/lzma-4.63
34
	!app-arch/lzma-utils
34
	!app-arch/lzma-utils
Lines 46-51 Link Here
46
}
46
}
47
47
48
multilib_src_configure() {
48
multilib_src_configure() {
49
	use kernel_FreeBSD && export ac_cv_header_sha256_h=no #545714
49
	ECONF_SOURCE="${S}" econf \
50
	ECONF_SOURCE="${S}" econf \
50
		$(use_enable nls) \
51
		$(use_enable nls) \
51
		$(use_enable threads) \
52
		$(use_enable threads) \

Return to bug 545714