commit:     d0947972a50854d235d67dac26c6e3cf26335b21
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 12:37:41 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 12:37:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0947972

dev-tcltk/tkimg: fix unrecognized configure options

Closes: https://bugs.gentoo.org/766591
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tkimg/tkimg-1.4.13.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tcltk/tkimg/tkimg-1.4.13.ebuild 
b/dev-tcltk/tkimg/tkimg-1.4.13.ebuild
index bf3fb5a99df..2ca0ab7549a 100644
--- a/dev-tcltk/tkimg/tkimg-1.4.13.ebuild
+++ b/dev-tcltk/tkimg/tkimg-1.4.13.ebuild
@@ -46,6 +46,9 @@ src_prepare() {
                libtiff/tifftclDecls.h
        default
        find compat/libtiff/config -name ltmain.sh -delete
+       sed -i \
+               -e 's:"--with-CC=$TIFFCC"::' \
+               libtiff/configure.ac || die
 
        eautoreconf
        for dir in zlib libpng libtiff libjpeg base bmp gif ico jpeg pcx pixmap 
png\

Reply via email to