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

(-)ffmpeg-0.6_p25767.ebuild.orig (-4 / +4 lines)
Lines 223-232 Link Here
223
223
224
	cd "${S}"
224
	cd "${S}"
225
	./configure \
225
	./configure \
226
		--prefix=/usr \
226
		--prefix=${EPREFIX}/usr \
227
		--libdir=/usr/$(get_libdir) \
227
		--libdir=${EPREFIX}/usr/$(get_libdir) \
228
		--shlibdir=/usr/$(get_libdir) \
228
		--shlibdir=${EPREFIX}/usr/$(get_libdir) \
229
		--mandir=/usr/share/man \
229
		--mandir=${EPREFIX}/usr/share/man \
230
		--enable-static --enable-shared \
230
		--enable-static --enable-shared \
231
		--cc="$(tc-getCC)" \
231
		--cc="$(tc-getCC)" \
232
		${myconf} || die
232
		${myconf} || die

Return to bug 351693