commit: a0b86ba4d424b344c788ccbf309a09c966a3ac42 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 9 22:16:31 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 9 22:16:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b86ba4
sci-libs/gdal: add bug reference to comment Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/gdal/gdal-3.2.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/gdal/gdal-3.2.1-r1.ebuild b/sci-libs/gdal/gdal-3.2.1-r1.ebuild index ebac034babc..7bed137263c 100644 --- a/sci-libs/gdal/gdal-3.2.1-r1.ebuild +++ b/sci-libs/gdal/gdal-3.2.1-r1.ebuild @@ -97,6 +97,7 @@ src_prepare() { # Drop a --prefix hack in the upstream build system # We don't want the line at all, so let's just drop it rather than # trying to put in the right libdir value. + # bug #696106 sed -e '/\$ADD_PREFIX\/lib/d' \ -i configure.ac || die