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

Collapse All | Expand All

(-)reed-5.4.ebuild.orig (+3 lines)
Lines 6-11 Link Here
6
HOMEPAGE="http://www.sacredchao.net/software/reed/index.shtml"
6
HOMEPAGE="http://www.sacredchao.net/software/reed/index.shtml"
7
SRC_URI=http://www.sacredchao.net/software/reed/${P}.tar.gz
7
SRC_URI=http://www.sacredchao.net/software/reed/${P}.tar.gz
8
8
9
inherit eutils
10
9
LICENSE="GPL-2"
11
LICENSE="GPL-2"
10
SLOT="0"
12
SLOT="0"
11
KEYWORDS="x86"
13
KEYWORDS="x86"
Lines 17-22 Link Here
17
	unpack ${P}.tar.gz
19
	unpack ${P}.tar.gz
18
	cd ${S}
20
	cd ${S}
19
	sed -i -e "s:-O2:\$(CFLAGS):" Makefile.in
21
	sed -i -e "s:-O2:\$(CFLAGS):" Makefile.in
22
	epatch "${FILESDIR}"/${P}-Makefile.in.patch
20
}
23
}
21
24
22
src_compile() {
25
src_compile() {

Return to bug 239875