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

Collapse All | Expand All

(-)freebsd-sources-9.0-r4.ebuild (-4 / +1 lines)
Lines 47-53 Link Here
47
		-i "${S}/conf/kern.pre.mk" \
47
		-i "${S}/conf/kern.pre.mk" \
48
		-i "${S}/conf/kmod.mk" || die
48
		-i "${S}/conf/kmod.mk" || die
49
49
50
	epatch "${FILESDIR}/${PN}-9.0-gentoo.patch"
50
	epatch "${FILESDIR}/${PN}-9.1-gentoo.patch"
51
	epatch "${FILESDIR}/${PN}-6.0-flex-2.5.31.patch"
51
	epatch "${FILESDIR}/${PN}-6.0-flex-2.5.31.patch"
52
	sed -e 's/elf64-sparc/elf64-sparc-freebsd/g' -i	"${S}/conf/ldscript.sparc64" || die
52
	sed -e 's/elf64-sparc/elf64-sparc-freebsd/g' -i	"${S}/conf/ldscript.sparc64" || die
53
	epatch "${FILESDIR}/${PN}-6.1-ntfs.patch"
53
	epatch "${FILESDIR}/${PN}-6.1-ntfs.patch"
Lines 60-68 Link Here
60
	# vop_whiteout to tmpfs, so it can be used as an overlay
60
	# vop_whiteout to tmpfs, so it can be used as an overlay
61
	# unionfs filesystem over the cd9660 readonly filesystem.
61
	# unionfs filesystem over the cd9660 readonly filesystem.
62
	epatch "${FILESDIR}/${PN}-7.0-tmpfs_whiteout_stub.patch"
62
	epatch "${FILESDIR}/${PN}-7.0-tmpfs_whiteout_stub.patch"
63
64
	epatch "${FILESDIR}/${PN}-cve-2012-0217.patch"
65
	epatch "${FILESDIR}/${PN}-9.0-ipv6refcount.patch"
66
}
63
}
67
64
68
src_compile() {
65
src_compile() {

Return to bug 426838