summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-11 09:26:58 +0000
committerSam James <sam@gentoo.org>2021-03-11 09:27:46 +0000
commit4497ed42a64f7400877cd9df137a57e36234bee3 (patch)
tree8ae07eb7a343b0acd7f32d6b09b7cb26ef169065 /sci-libs
parentmedia-libs/gegl: update live ebuild (diff)
downloadgentoo-4497ed42a64f7400877cd9df137a57e36234bee3.tar.gz
gentoo-4497ed42a64f7400877cd9df137a57e36234bee3.tar.bz2
gentoo-4497ed42a64f7400877cd9df137a57e36234bee3.zip
sci-libs/gdal: actually fix autoconf 2.70+
Was confused by having not depcleaned, so didn't test previous fix with autoconf 2.70. Closes: https://bugs.gentoo.org/775209 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/gdal-3.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-3.2.2.ebuild b/sci-libs/gdal/gdal-3.2.2.ebuild
index 34ff6268241f..b0bb442841b2 100644
--- a/sci-libs/gdal/gdal-3.2.2.ebuild
+++ b/sci-libs/gdal/gdal-3.2.2.ebuild
@@ -113,7 +113,7 @@ src_prepare() {
# autoconf 2.70+
# bug #775209
- touch config.rpath || die
+ config_rpath_update .
eautoreconf
}