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

Collapse All | Expand All

(-)a/sys-boot/refind/refind-0.10.8.ebuild (+3 lines)
Lines 62-67 src_prepare() { Link Here
62
		sed -i -e 's/^\(include .*target.txt.*\)$/#\1/' \
62
		sed -i -e 's/^\(include .*target.txt.*\)$/#\1/' \
63
			-e 's@^\(TIANO_INCLUDE_DIRS\s*=\s*-I\s*\).*$@\1/usr/include/udk \\@' \
63
			-e 's@^\(TIANO_INCLUDE_DIRS\s*=\s*-I\s*\).*$@\1/usr/include/udk \\@' \
64
			-e '/^\s*-I \$(EDK2BASE).*$/d' \
64
			-e '/^\s*-I \$(EDK2BASE).*$/d' \
65
			-e '/^GNUEFILIB/s/lib/'$(get_libdir)'/' \
66
			-e '/^EFILIB/s/lib/'$(get_libdir)'/' \
67
			-e '/^EFICRT0/s/lib/'$(get_libdir)'/' \
65
			"${f}" || die "Failed to patch Tianocore make file in" \
68
			"${f}" || die "Failed to patch Tianocore make file in" \
66
			$(basename $(dirname ${f}))
69
			$(basename $(dirname ${f}))
67
	done
70
	done

Return to bug 627744