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

(-)gaim-0.68-r1.ebuild.bak (-1 / +1 lines)
Lines 49-54 Link Here
49
	use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas"
49
	use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas"
50
50
51
	econf ${myconf} || die "Configuration failed"
51
	econf ${myconf} || die "Configuration failed"
52
	use perl && sed -i -e 's:^\(PERL_MM_PARAMS =.*PREFIX=\)\(.*\):\1'${D}'\2:' plugins/perl/Makefile
52
	emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed"
53
	emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed"
53
54
54
	use ssl && {
55
	use ssl && {
Lines 59-65 Link Here
59
}
60
}
60
61
61
src_install() {
62
src_install() {
62
	use perl && sed -i -e 's:\(-e "install(\)\(.@ARGV.,.$(VERBINST).,0,.$(UNINST).);"\):\1$(DESTDIR)/\2:' plugins/perl/common/Makefile
63
	einstall || die "Install failed"
63
	einstall || die "Install failed"
64
	use ssl && {
64
	use ssl && {
65
		cd ${S}/plugins/gaim-encryption-${EV}
65
		cd ${S}/plugins/gaim-encryption-${EV}

Return to bug 28154