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

Collapse All | Expand All

(-)grub-2.00-r1.ebuild.orig (-2 / +7 lines)
Lines 82-89 Link Here
82
	)
82
	)
83
"
83
"
84
RDEPEND+="
84
RDEPEND+="
85
	grub_platforms_efi-32? ( sys-boot/efibootmgr )
85
	kernel_linux? (
86
	grub_platforms_efi-64? ( sys-boot/efibootmgr )
86
		grub_platforms_efi-32? ( sys-boot/efibootmgr )
87
		grub_platforms_efi-64? ( sys-boot/efibootmgr )
88
	)
87
"
89
"
88
if [[ -n ${DO_AUTORECONF} ]] ; then
90
if [[ -n ${DO_AUTORECONF} ]] ; then
89
	DEPEND+=" >=sys-devel/autogen-5.10"
91
	DEPEND+=" >=sys-devel/autogen-5.10"
Lines 234-239 Link Here
234
		epatch "${FILESDIR}/${P}-config-quoting.patch" #426364
236
		epatch "${FILESDIR}/${P}-config-quoting.patch" #426364
235
		epatch "${FILESDIR}/${P}-tftp-endian.patch" # 438612
237
		epatch "${FILESDIR}/${P}-tftp-endian.patch" # 438612
236
		epatch "${FILESDIR}/${P}-hardcoded-awk.patch" #424137
238
		epatch "${FILESDIR}/${P}-hardcoded-awk.patch" #424137
239
		epatch "${FILESDIR}/${P}-fbsd.patch"
240
		epatch "${FILESDIR}/${P}-fbsd91-boot.patch"
237
	fi
241
	fi
238
242
239
	# fix texinfo file name, bug 416035
243
	# fix texinfo file name, bug 416035
Lines 273-278 Link Here
273
277
274
	use custom-cflags || unset CCASFLAGS CFLAGS CPPFLAGS LDFLAGS
278
	use custom-cflags || unset CCASFLAGS CFLAGS CPPFLAGS LDFLAGS
275
	use static && append-ldflags -static
279
	use static && append-ldflags -static
280
	use elibc_FreeBSD && append-cppflags "-isystem /usr/include"
276
281
277
	# Sandbox bug 404013.
282
	# Sandbox bug 404013.
278
	use libzfs && addpredict /etc/dfs:/dev/zfs
283
	use libzfs && addpredict /etc/dfs:/dev/zfs

Return to bug 442050