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

Collapse All | Expand All

(-)libtool.eclass (+6 lines)
Lines 19-24 Link Here
19
# to find an alternate way of resolving that bug at the same time.
19
# to find an alternate way of resolving that bug at the same time.
20
20
21
#DEPEND="!bootstrap? ( sys-devel/libtool )"
21
#DEPEND="!bootstrap? ( sys-devel/libtool )"
22
DEPEND="ppc-macos? ( sys-apps/prep-libtool ) $DEPEND"
22
23
23
DESCRIPTION="Based on the ${ECLASS} eclass"
24
DESCRIPTION="Based on the ${ECLASS} eclass"
24
25
Lines 266-271 Link Here
266
	cd "${start_dir}"
267
	cd "${start_dir}"
267
268
268
	uclibctoolize
269
	uclibctoolize
270
	use ppc-macos && darwinlibtoolize
269
}
271
}
270
272
271
uclibctoolize() {
273
uclibctoolize() {
Lines 298-301 Link Here
298
			;;
300
			;;
299
		esac
301
		esac
300
	done
302
	done
303
}
304
305
darwinlibtoolize() {
306
	prep-libtool ${S}
301
}
307
}

Return to bug 65272