Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 374009 | Differences between
and this patch

Collapse All | Expand All

(-)a/app-admin/testdisk/testdisk-6.12.ebuild (-2 / +2 lines)
Lines 46-53 src_configure() { Link Here
46
	econf ${myconf} || die
46
	econf ${myconf} || die
47
47
48
	# perform safety checks for NTFS and REISERFS
48
	# perform safety checks for NTFS and REISERFS
49
	if use ntfs && egrep -q 'undef HAVE_LIBNTFS\>' "${S}"/config.h ; then
49
	if use ntfs && ! egrep -q '^#define HAVE_LIBNTFS(3G)? 1$' "${S}"/config.h ; then
50
		die "Failed to find NTFS library."
50
		die "Failed to find either NTFS or NTFS-3G library."
51
	fi
51
	fi
52
	if use reiserfs && egrep -q 'undef HAVE_LIBREISERFS\>' "${S}"/config.h ; then
52
	if use reiserfs && egrep -q 'undef HAVE_LIBREISERFS\>' "${S}"/config.h ; then
53
		die "Failed to find reiserfs library."
53
		die "Failed to find reiserfs library."

Return to bug 374009