|
|
use nls || myconf="${myconf} --without-i18n" | use nls || myconf="${myconf} --without-i18n" |
use perl || myconf="${myconf} --without-perl" | use perl || myconf="${myconf} --without-perl" |
| |
|
patch -p1 < ${FILESDIR}/coldsync-2.2.5-gcc3.diff |
|
|
econf ${myconf} || die "configuring coldsync failed" | econf ${myconf} || die "configuring coldsync failed" |
make || die "couldn't make coldsync" | make || die "couldn't make coldsync" |
} | } |