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

(-)a/sys-boot/grub/grub-2.00-r1.ebuild (+6 lines)
Lines 139-144 grub_src_configure() { Link Here
139
	# Used below for efi cross-building
139
	# Used below for efi cross-building
140
	tc-export CC NM OBJCOPY STRIP
140
	tc-export CC NM OBJCOPY STRIP
141
141
142
	use elibc_FreeBSD && append-cppflags "-isystem /usr/include"
143
142
	estack_push CTARGET "${CTARGET}"
144
	estack_push CTARGET "${CTARGET}"
143
	estack_push TARGET_CC "${TARGET_CC}"
145
	estack_push TARGET_CC "${TARGET_CC}"
144
	estack_push TARGET_CFLAGS "${TARGET_CFLAGS}"
146
	estack_push TARGET_CFLAGS "${TARGET_CFLAGS}"
Lines 234-239 src_prepare() { 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
		if use elibc_FreeBSD ; then
240
			epatch "${FILESDIR}/${P}-fbsd.patch"
241
			epatch "${FILESDIR}/${P}-fbsd91-boot.patch"
242
		fi
237
	fi
243
	fi
238
244
239
	# fix texinfo file name, bug 416035
245
	# fix texinfo file name, bug 416035

Return to bug 442050