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

Collapse All | Expand All

(-)grass-6.2.0-r1.ebuild (-2 / +1 lines)
Lines 90-96 Link Here
90
src_compile() {
90
src_compile() {
91
	local myconf
91
	local myconf
92
	myconf="--prefix=/usr --with-cxx --enable-shared \
92
	myconf="--prefix=/usr --with-cxx --enable-shared \
93
		--with-gdal=$(which gdal-config)"
93
		--with-gdal=$(which gdal-config) --with-curses"
94
94
95
	if use tcl || use tk ; then
95
	if use tcl || use tk ; then
96
		myconf="${myconf} --with-tcltk \
96
		myconf="${myconf} --with-tcltk \
Lines 139-145 Link Here
139
	export LD_LIBRARY_PATH="/${WORKDIR}/image/usr/${P}/$(get_libdir):${LD_LIBRARY_PATH}"
139
	export LD_LIBRARY_PATH="/${WORKDIR}/image/usr/${P}/$(get_libdir):${LD_LIBRARY_PATH}"
140
	econf ${myconf} \
140
	econf ${myconf} \
141
		`use_enable amd64 64bit` \
141
		`use_enable amd64 64bit` \
142
		`use_with ncurses curses` \
143
		`use_with fftw` \
142
		`use_with fftw` \
144
		`use_with gmath blas` \
143
		`use_with gmath blas` \
145
		`use_with gmath lapack` \
144
		`use_with gmath lapack` \

Return to bug 153796