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

Collapse All | Expand All

(-)/opt/gentoo/home/../usr/portage/sys-apps/file/file-5.00-r2.ebuild (+7 lines)
Lines 41-46 src_compile() { Link Here
41
	# file uses things like strndup() and wcwidth()
41
	# file uses things like strndup() and wcwidth()
42
	append-flags -D_GNU_SOURCE
42
	append-flags -D_GNU_SOURCE
43
43
44
	if [ ${CHOST} == *-irix* ]; then
45
		export ac_cv_header_getopt_h=no
46
		if has_version dev-libs/libgnugetopt; then
47
			append-libs gnugetopt
48
		fi
49
	fi
50
44
	econf --datadir="${EPREFIX}"/usr/share/misc || die
51
	econf --datadir="${EPREFIX}"/usr/share/misc || die
45
	emake || die "emake failed"
52
	emake || die "emake failed"
46
53

Return to bug 267075