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

Collapse All | Expand All

(-)/usr/portage/sys-devel/dev86/dev86-0.16.18.ebuild (-1 / +3 lines)
Lines 30-35 Link Here
30
	cd "${S}"
30
	cd "${S}"
31
	epatch "${FILESDIR}"/dev86-pic.patch
31
	epatch "${FILESDIR}"/dev86-pic.patch
32
	epatch "${FILESDIR}"/${PN}-0.16.17-fortify.patch
32
	epatch "${FILESDIR}"/${PN}-0.16.17-fortify.patch
33
	epatch "${FILESDIR}"/dev86-0.16.18-memmove.patch # bug 354351
34
	epatch  "${FILESDIR}"/dev86-0.16.18-remove-bin86-conflicts.patch
33
	sed -i \
35
	sed -i \
34
		-e "s:-O2 -g:${CFLAGS}:" \
36
		-e "s:-O2 -g:${CFLAGS}:" \
35
		-e '/INEXE=/s:-s::' \
37
		-e '/INEXE=/s:-s::' \
Lines 59-65 Link Here
59
	dobin bootblocks/makeboot || die
61
	dobin bootblocks/makeboot || die
60
	# remove all the stuff supplied by bin86
62
	# remove all the stuff supplied by bin86
61
	cd "${D}"
63
	cd "${D}"
62
	rm usr/bin/{as,ld,nm,objdump,size}86 || die
64
	# rm usr/bin/{as,ld,nm,objdump,size}86 || die
63
	rm usr/man/man1/{as,ld}86.1 || die
65
	rm usr/man/man1/{as,ld}86.1 || die
64
	dodir /usr/share/man
66
	dodir /usr/share/man
65
	mv usr/man usr/share/ || die
67
	mv usr/man usr/share/ || die

Return to bug 354351