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

Collapse All | Expand All

(-)/usr/portage/dev-ada/adasockets/adasockets-1.8.4.7.ebuild (+8 lines)
Lines 20-25 Link Here
20
# a location to temporarily keep common stuff installed by make install
20
# a location to temporarily keep common stuff installed by make install
21
CommonInst="${WORKDIR}/common-install"
21
CommonInst="${WORKDIR}/common-install"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd "${S}"
26
27
	# sed -r 's/: in ([^o]|.[^u]|..[^t])/: \1/' -i *.ad?
28
	epatch "${FILESDIR}"/${PV}-style-checks.patch
29
}
30
23
lib_compile() {
31
lib_compile() {
24
	econf || die "./configure failed"
32
	econf || die "./configure failed"
25
	emake || die
33
	emake || die

Return to bug 250055