commit: ab0e9287cc12e4d117f7c989af44a4f733c67b1b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 11 08:34:07 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 11 08:34:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0e9287
sci-libs/gdal: fix autoconf 2.70+ Closes: https://bugs.gentoo.org/775209 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/gdal/gdal-3.2.2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-libs/gdal/gdal-3.2.2.ebuild b/sci-libs/gdal/gdal-3.2.2.ebuild index c57f6497c17..34ff6268241 100644 --- a/sci-libs/gdal/gdal-3.2.2.ebuild +++ b/sci-libs/gdal/gdal-3.2.2.ebuild @@ -111,6 +111,10 @@ src_prepare() { sed -e "s: gdal_array.i: ../include/gdal_array.i:" \ -i swig/python/GNUmakefile || die "sed python makefile failed" + # autoconf 2.70+ + # bug #775209 + touch config.rpath || die + eautoreconf }
