--- coldsync-2.2.5.ebuild-orig Mon Aug 12 12:47:28 2002 +++ coldsync-2.2.5.ebuild Mon Aug 12 12:34:12 2002 @@ -16,6 +16,8 @@ use nls || myconf="${myconf} --without-i18n" use perl || myconf="${myconf} --without-perl" + patch -p1 < ${FILESDIR}/coldsync-2.2.5-gcc3.diff + econf ${myconf} || die "configuring coldsync failed" make || die "couldn't make coldsync" }