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

Collapse All | Expand All

(-)xine-lib-1.2.6-r1.ebuild_orig (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI=6
5
EAPI=6
6
6
7
inherit flag-o-matic libtool multilib eutils
7
inherit autotools flag-o-matic libtool multilib eutils
8
8
9
if [[ ${PV} == *9999* ]]; then
9
if [[ ${PV} == *9999* ]]; then
10
	EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
10
	EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
Lines 128-133 Link Here
128
		elibtoolize
128
		elibtoolize
129
	fi
129
	fi
130
130
131
        epatch "${FILESDIR}/patch-src_video__out_Makefile.am"
132
        eautoreconf
133
        sed -i "s/xcb-shm/xcb-shm xcb/g" configure || die
134
131
	local x
135
	local x
132
	for x in 0 1 2 3; do
136
	for x in 0 1 2 3; do
133
		sed -i -e "/^O${x}_CFLAGS=\"-O${x}\"/d" configure || die
137
		sed -i -e "/^O${x}_CFLAGS=\"-O${x}\"/d" configure || die

Return to bug 584640