diff --git a/centericq/Pkgfile b/centericq/Pkgfile index f31483da7..9166ab9a7 100644 --- a/centericq/Pkgfile +++ b/centericq/Pkgfile @@ -6,7 +6,7 @@ name=centericq version=4.21.0 -release=2 +release=3 source=(http://thekonst.net/download/$name-$version.tar.bz2) build() { @@ -15,12 +15,20 @@ build() { for dir in \ connwrap-0.1 firetalk-0.1 kkconsui-0.1 \ kkstrtext-0.1 kksystr-0.1 libgadu-0.1 \ - libicq2000-0.1 libjabber-0.1 libmsn-0.1 libyahoo2-0.1 + libjabber-0.1 libyahoo2-0.1 do cd $dir autoconf cd .. done + + for dir in \ + libicq2000-0.1 libmsn-0.1 + do + cd $dir + autoreconf --install --force + cd .. + done ./configure --prefix=/usr --disable-nls --mandir=/usr/man make