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

Collapse All | Expand All

(-)gdal-1.5.0-r1.ebuild (-4 / +4 lines)
Lines 64-77 Link Here
64
64
65
	eaclocal
65
	eaclocal
66
	eautoconf
66
	eautoconf
67
67
68
	epatch "${FILESDIR}"/${PN}-1.4.2-datadir.patch \
68
	epatch "${FILESDIR}"/${PN}-1.4.2-datadir.patch \
69
	    "${FILESDIR}"/${P}-python-install.patch \
69
	    "${FILESDIR}"/${PN}-1.5.0-soname.patch \
70
	    "${FILESDIR}"/${P}-soname.patch \
70
	    "${FILESDIR}"/${PN}-1.5.0-makefile.patch \
71
	    "${FILESDIR}"/${P}-makefile.patch
71
	    "${FILESDIR}"/${P}-max-min.patch \
72
72
	    "${FILESDIR}"/${P}-python-install.patch
73
	if useq netcdf && useq hdf; then
73
	if useq netcdf && useq hdf; then
74
	    einfo	"Checking if HDF4 is compiled with szip..."
74
	    einfo	"Checking if HDF4 is compiled with szip..."
75
	    if built_with_use sci-libs/hdf szip ; then
75
	    if built_with_use sci-libs/hdf szip ; then
76
		einfo	"Found HDF4 compiled with szip. Nice."
76
		einfo	"Found HDF4 compiled with szip. Nice."
77
	    else
77
	    else

Return to bug 217876