Package: licq
Version: 1.3.2-7
Severity: important
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD,
because of outdated libtool, version 1.5.2-1 or later is needed.
Please find below a recipe for updating libtool in this package.
It would also be nice if you can ask upstream to
correctly update libtool in their next release.
Currently there is a mixture of libtool 1.5.8 and libtool 1.4a.
Thanks in advance
Petr
#!/bin/sh
for i in . plugins/qt-gui plugins/auto-reply plugins/email \
plugins/console plugins/rms plugins/msn
do
OLDDIR=`pwd`
cd $i
cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
rm -f acinclude.m4
make -f Makefile.am top_srcdir=. acinclude.m4
aclocal-1.7
autoconf
cd $OLDDIR
done
cd plugins/osd
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
rm -f acinclude.m4
aclocal-1.7 -I m4 -I admin
autoconf
cd $OLDDIR
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]