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

Collapse All | Expand All

(-)mplayer-1.0_pre4-r7.ebuild.org (+12 lines)
Lines 311-316 Link Here
311
311
312
	make all || die "Failed to build MPlayer!"
312
	make all || die "Failed to build MPlayer!"
313
313
314
	#make all does a distclean because configure was run, and that deletes
315
	#the matrox driver, which is not subsequently rebuilt.
316
	if use matrox && use x86; then
317
		check_KV
318
		cd ${S}/drivers
319
		# bad hack, will be fixed later
320
		addwrite ${ROOT}/usr/src/linux/
321
		unset ARCH
322
		make all || die "Matrox build failed!  Your kernel may need to have `make mrproper` run on it before trying to use matrox support in this ebuild again."
323
		cd ${S}
324
	fi
325
314
	# We build the shared libpostproc.so here so that our
326
	# We build the shared libpostproc.so here so that our
315
	# mplayer binary is not linked to it, ensuring that we
327
	# mplayer binary is not linked to it, ensuring that we
316
	# do not run into issues ... (bug #14479)
328
	# do not run into issues ... (bug #14479)

Return to bug 28846