View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-22 / +9 lines)
Line 1    Link Here 
 
Line 15    Link Here 
SLOT="0"
SLOT="6"
 Lines 17-18    Link Here 
IUSE="tcltk png jpeg tiff postgres odbc motif gdal
IUSE="tcltk png jpeg tiff postgres odbc motif mysql blas lapack fftw truetype opengl"
	mysql blas lapack X fftw truetype opengl"
Line 32    Link Here 
	virtual/x11
	>=sci-libs/gdal-1.1.9
Line 34    Link Here 
	blas? ( >=sci-libs/blas-atlas )
	blas? ( virtual/blas )
 Lines 36-37    Link Here 
	gdal? ( >=sci-libs/gdal-1.1.9
		virtual/x11 )
Line 39    Link Here 
	lapack? ( >=sci-libs/lapack )
	lapack? ( virtual/lapack )
 Lines 48-49    Link Here 
	truetype? ( >=media-libs/freetype-2.0 )
	truetype? ( >=media-libs/freetype-2.0 )"
	X? ( virtual/x11 )"
 Lines 53-61    Link Here 
pkg_setup() {
# Grass 6.0.0 will not compile with gdal and without X...
	if ! use X and use gdal; then
		einfo "Grass will not compile with GDAL and without X"
		einfo "Correct USE flags to disable GDAL or to enable X"
		die "Please set correct USE flags!"
	fi
}
Line 64    Link Here 
	MYCONF=" --prefix=/usr --without-readline "
	MYCONF=" --prefix=/usr --without-readline --with-gdal "
 Lines 76-77    Link Here 
		`use_with X x` \
		`use_with gdal gdal` \