|
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} |