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

Collapse All | Expand All

(-)chromium-0.9.12-r5.ebuild (-2 / +3 lines)
Lines 21-27 Link Here
21
		virtual/glut
21
		virtual/glut
22
	)
22
	)
23
	oggvorbis? ( media-libs/libvorbis )
23
	oggvorbis? ( media-libs/libvorbis )
24
	qt? ( =x11-libs/qt-2* )
24
	qt? ( x11-libs/qt )
25
	media-libs/openal
25
	media-libs/openal
26
	virtual/x11"
26
	virtual/x11"
27
27
Lines 32-37 Link Here
32
	cd ${S}
32
	cd ${S}
33
	epatch ${FILESDIR}/${PV}-gcc3-gentoo.patch
33
	epatch ${FILESDIR}/${PV}-gcc3-gentoo.patch
34
	epatch ${FILESDIR}/${PV}-proper-options.patch
34
	epatch ${FILESDIR}/${PV}-proper-options.patch
35
	epatch ${FILESDIR}/${PV}-qt3.patch
35
	append-flags -DPKGDATADIR="'\"${GAMES_DATADIR}/${PN}\"'"
36
	append-flags -DPKGDATADIR="'\"${GAMES_DATADIR}/${PN}\"'"
36
	append-flags -DPKGBINDIR="'\"${GAMES_BINDIR}\"'"
37
	append-flags -DPKGBINDIR="'\"${GAMES_BINDIR}\"'"
37
	sed -i "s:-O2 -DOLD_OPENAL:${CFLAGS}:" src/Makefile
38
	sed -i "s:-O2 -DOLD_OPENAL:${CFLAGS}:" src/Makefile
Lines 52-58 Link Here
52
		|| export ENABLE_VORBIS="no"
53
		|| export ENABLE_VORBIS="no"
53
	use qt \
54
	use qt \
54
		&& export ENABLE_SETUP="yes" \
55
		&& export ENABLE_SETUP="yes" \
55
		&& export QTDIR=/usr/qt/2 \
56
		&& export QTDIR=/usr/qt/3 \
56
		|| export ENABLE_SETUP="no"
57
		|| export ENABLE_SETUP="no"
57
	./configure || die "configure failed"
58
	./configure || die "configure failed"
58
	emake -j1 || die "make failed"
59
	emake -j1 || die "make failed"

Return to bug 41561