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

(-)openmotif-2.3.3.ebuild (+5 lines)
Lines 30-35 Link Here
30
	png? ( >=media-libs/libpng-1.4 )"
30
	png? ( >=media-libs/libpng-1.4 )"
31
DEPEND="${RDEPEND}
31
DEPEND="${RDEPEND}
32
	sys-devel/flex
32
	sys-devel/flex
33
	dev-util/byacc
33
	x11-misc/xbitmaps"
34
	x11-misc/xbitmaps"
34
RDEPEND="${RDEPEND}
35
RDEPEND="${RDEPEND}
35
	doc? ( app-doc/openmotif-manual )"
36
	doc? ( app-doc/openmotif-manual )"
Lines 84-89 Link Here
84
		export LIBS="${LIBS} -liconv"
85
		export LIBS="${LIBS} -liconv"
85
	fi
86
	fi
86
87
88
	# "bison -y" causes runtime crashes #355795
89
	export YACC=/usr/bin/byacc
90
87
	econf --with-x \
91
	econf --with-x \
88
		$(use_enable static-libs static) \
92
		$(use_enable static-libs static) \
89
		$(use_enable unicode utf8) \
93
		$(use_enable unicode utf8) \
Lines 93-98 Link Here
93
}
97
}
94
98
95
src_compile() {
99
src_compile() {
100
	make clean			# remove pre-made bison parsers
96
	emake -j1 MWMRCDIR="${EPREFIX}"/etc/X11/mwm || die "emake failed"
101
	emake -j1 MWMRCDIR="${EPREFIX}"/etc/X11/mwm || die "emake failed"
97
}
102
}
98
103

Return to bug 355795