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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- a/sys-devel/flex/flex-2.5.39-r1.ebuild
0
++ b/sys-devel/flex/flex-2.5.39-r1.ebuild
Lines 22-27 Link Here
22
	nls? ( sys-devel/gettext )
22
	nls? ( sys-devel/gettext )
23
	test? ( sys-devel/bison )"
23
	test? ( sys-devel/bison )"
24
24
25
src_prepare() {
26
	epatch "${FILESDIR}"/${PN}-2.5.39-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch
27
}
28
25
src_configure() {
29
src_configure() {
26
	use static && append-ldflags -static
30
	use static && append-ldflags -static
27
31

Return to bug 592770