Author: viper Date: 2006-08-22 17:41:28 +0200 (Tue, 22 Aug 2006) New Revision: 1759 Modified: crux-2.2/ports/opt/centericq/Pkgfile Log: centericq: fixed the autoconf problems; thanks to Tilman! Modified: crux-2.2/ports/opt/centericq/Pkgfile =================================================================== --- crux-2.2/ports/opt/centericq/Pkgfile 2006-08-22 14:53:26 UTC (rev 1758) +++ crux-2.2/ports/opt/centericq/Pkgfile 2006-08-22 15:41:28 UTC (rev 1759) @@ -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 @@ 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
participants (1)
-
crux@crux.nu