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

(-)libjpeg-turbo-1.3.1-r1.ebuild (-7 / +2 lines)
Lines 40-52 Link Here
40
	epatch "${FILESDIR}"/${PN}-1.3.1-jstdhuff.patch
40
	epatch "${FILESDIR}"/${PN}-1.3.1-jstdhuff.patch
41
	epatch "${FILESDIR}"/${PN}-1.3.1-overrun.patch
41
	epatch "${FILESDIR}"/${PN}-1.3.1-overrun.patch
42
42
43
	if [[ -x ./configure ]]; then
43
	# generate a new ./configure compatible with non-bash shells, #533902
44
		elibtoolize
44
	eautoreconf
45
	else
46
		eautoreconf
47
	fi
48
49
	epunt_cxx #424689
50
45
51
	java-pkg-opt-2_src_prepare
46
	java-pkg-opt-2_src_prepare
52
}
47
}

Return to bug 533902