summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-09 22:16:31 +0000
committerSam James <sam@gentoo.org>2021-03-09 22:16:31 +0000
commita0b86ba4d424b344c788ccbf309a09c966a3ac42 (patch)
treeb6053468a5052cae97b4e0aa9796f1a5ab412297 /sci-libs
parentsci-libs/gdal: adjust paths (diff)
downloadgentoo-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')
-rw-r--r--sci-libs/gdal/gdal-3.2.1-r1.ebuild1
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