Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92932
Collapse All | Expand All

(-)/usr/portage/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild (-1 / +10 lines)
Lines 16-21 Link Here
16
DEPEND=">=net-libs/libotr-2.0.1
16
DEPEND=">=net-libs/libotr-2.0.1
17
	>=net-im/gaim-1.1.0"
17
	>=net-im/gaim-1.1.0"
18
18
19
src_unpack() {
20
	unpack ${A}
21
	cd ${S}
22
23
	sed -i \
24
		-e "s:\/usr\/lib:\/usr\/$(get_libdir):" \
25
		Makefile || die "sed failed"
26
}
27
	
19
src_compile() {
28
src_compile() {
20
	strip-flags
29
	strip-flags
21
	replace-flags -O? -O2
30
	replace-flags -O? -O2
Lines 25-29 Link Here
25
34
26
src_install() {
35
src_install() {
27
	make install DESTDIR=${D} || die "Install failed"
36
	make install DESTDIR=${D} || die "Install failed"
28
	dodoc COPYING ChangeLog README
37
	dodoc COPYING Changelog README
29
}
38
}

Return to bug 92932