diff options
author | Sam James <sam@gentoo.org> | 2021-03-11 08:34:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 08:34:07 +0000 |
commit | ab0e9287cc12e4d117f7c989af44a4f733c67b1b (patch) | |
tree | 7571c29b610c04b23788a7f50d9316b07e81bb03 /sci-libs/gdal | |
parent | net-dns/mydns: workaround GCC 10 failure (diff) | |
download | gentoo-ab0e9287cc12e4d117f7c989af44a4f733c67b1b.tar.gz gentoo-ab0e9287cc12e4d117f7c989af44a4f733c67b1b.tar.bz2 gentoo-ab0e9287cc12e4d117f7c989af44a4f733c67b1b.zip |
sci-libs/gdal: fix autoconf 2.70+
Closes: https://bugs.gentoo.org/775209
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-3.2.2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-libs/gdal/gdal-3.2.2.ebuild b/sci-libs/gdal/gdal-3.2.2.ebuild index c57f6497c178..34ff6268241f 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 } |