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

Collapse All | Expand All

(-)abinit-6.0.4.ebuild.old (-1 / +1 lines)
Lines 84-90 Link Here
84
		--with-gsl-includes="$(pkg-config --cflags gsl)" \
84
		--with-gsl-includes="$(pkg-config --cflags gsl)" \
85
		--with-gsl-libs="$(pkg-config --libs gsl)" \
85
		--with-gsl-libs="$(pkg-config --libs gsl)" \
86
		FC="${MY_FC}" \
86
		FC="${MY_FC}" \
87
		CC="$(MY_CC)" \
87
		CC="${MY_CC}" \
88
		LD="$(tc-getLD)"
88
		LD="$(tc-getLD)"
89
}
89
}
90
90

Return to bug 249493