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-r2.ebuild (-1 / +2 lines)
Lines 103-109 Link Here
103
	local myconf
103
	local myconf
104
	myconf="--prefix=/usr --with-cxx --enable-shared \
104
	myconf="--prefix=/usr --with-cxx --enable-shared \
105
		--with-gdal=$(which gdal-config) --with-curses --with-proj \
105
		--with-gdal=$(which gdal-config) --with-curses --with-proj \
106
		--with-x"
106
	--with-proj-includes=/usr/include --with-proj-libs=/usr/lib \
107
	--with-proj-share=/usr/share/proj --with-x"
107
108
108
	if use tcl || use tk; then
109
	if use tcl || use tk; then
109
		myconf="${myconf} --with-tcltk \
110
		myconf="${myconf} --with-tcltk \

Return to bug 153796