diff options
author | 2021-03-09 22:16:31 +0000 | |
---|---|---|
committer | 2021-03-09 22:16:31 +0000 | |
commit | a0b86ba4d424b344c788ccbf309a09c966a3ac42 (patch) | |
tree | b6053468a5052cae97b4e0aa9796f1a5ab412297 /sci-libs/gdal | |
parent | sci-libs/gdal: adjust paths (diff) | |
download | gentoo-a0b86ba4d424b344c788ccbf309a09c966a3ac42.tar.gz gentoo-a0b86ba4d424b344c788ccbf309a09c966a3ac42.tar.bz2 gentoo-a0b86ba4d424b344c788ccbf309a09c966a3ac42.zip |
sci-libs/gdal: add bug reference to comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-3.2.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/gdal/gdal-3.2.1-r1.ebuild b/sci-libs/gdal/gdal-3.2.1-r1.ebuild index ebac034babcf..7bed137263c6 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 |