Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 637608
Collapse All | Expand All

(-)/usr/portage/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild (+5 lines)
Lines 131-136 Link Here
131
	cd "${S}"
131
	cd "${S}"
132
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
132
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
133
	elibtoolize --portage --shallow
133
	elibtoolize --portage --shallow
134
	sed -i \
135
		-e 's/struct ucontext/struct ucontext_t/g' \
136
		"${S}"/gcc/config/i386/linux.h \
137
		"${S}"/gcc/config/i386/linux64.h \
138
		|| die "sed failed!!"
134
	./contrib/gcc_update --touch
139
	./contrib/gcc_update --touch
135
	mkdir -p "${WORKDIR}"/build
140
	mkdir -p "${WORKDIR}"/build
136
141

Return to bug 637608