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

Collapse All | Expand All

(-)gnuplot-3.8j.ebuild.orig (+8 lines)
Lines 22-27 Link Here
22
	readline? ( sys-libs/readline )
22
	readline? ( sys-libs/readline )
23
	plotutils? ( media-libs/plotutils )"
23
	plotutils? ( media-libs/plotutils )"
24
24
25
src_unpack() {
26
	unpack ${A}
27
	if [ ${ARCH} = "amd64" ]; then
28
		cd ${S}
29
		epatch ${FILESDIR}/gnuplot-${PV}-amd64.diff
30
	fi
31
}
32
25
src_compile() {
33
src_compile() {
26
	local myconf
34
	local myconf
27
	#--with-lasergnu flag seems to be broken and I'm too lazy to fix now
35
	#--with-lasergnu flag seems to be broken and I'm too lazy to fix now

Return to bug 46981