View | Details | Raw Unified
Collapse All | Expand All

(-) coldsync-2.2.5.ebuild-orig (+2 lines)
 Lines 16-21    Link Here 
	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"
}
}