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

Collapse All | Expand All

(-)lgeneral-1.2_beta12-r1.ebuild (-3 / +3 lines)
Lines 13-19 Link Here
13
13
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="amd64 x86"
16
KEYWORDS="~amd64 ~x86"
17
IUSE="nls"
17
IUSE="nls"
18
18
19
RDEPEND="media-libs/libsdl
19
RDEPEND="media-libs/libsdl
Lines 29-37 Link Here
29
	cd "${S}"
29
	cd "${S}"
30
	epatch \
30
	epatch \
31
		"${FILESDIR}"/${P}-gentoo-path.patch \
31
		"${FILESDIR}"/${P}-gentoo-path.patch \
32
		"${FILESDIR}"/${P}-gettext.patch \
33
		"${FILESDIR}"/${P}-64bit.patch \
32
		"${FILESDIR}"/${P}-64bit.patch \
34
		"${FILESDIR}"/${P}-build.patch
33
		"${FILESDIR}"/${P}-build.patch \
34
		"${FILESDIR}"/${P}-as-needed.patch
35
35
36
	cp /usr/share/gettext/config.rpath .
36
	cp /usr/share/gettext/config.rpath .
37
	rm -f missing
37
	rm -f missing

Return to bug 248241