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

Collapse All | Expand All

(-)freej-0.7.ebuild-orig (-1 / +5 lines)
Lines 16-22 Link Here
16
DEPEND=">=media-libs/libsdl-1.2.0
16
DEPEND=">=media-libs/libsdl-1.2.0
17
	>=media-libs/libpng-1.2.0
17
	>=media-libs/libpng-1.2.0
18
	>=media-libs/freetype-2
18
	>=media-libs/freetype-2
19
	media-video/ffmpeg"
19
	media-video/ffmpeg
20
	sys-libs/slang"
20
21
21
src_unpack() {
22
src_unpack() {
22
	unpack ${A}
23
	unpack ${A}
Lines 30-35 Link Here
30
31
31
	# fixes some v4l defines
32
	# fixes some v4l defines
32
	epatch ${FILESDIR}/${P}-v4l.patch
33
	epatch ${FILESDIR}/${P}-v4l.patch
34
	
35
	# fixes gcc 4.1 compatibilty
36
	epatch ${FILESDIR}/${P}-gcc41.patch
33
}
37
}
34
38
35
src_compile() {
39
src_compile() {

Return to bug 135497