commit:     b124c4ea8c9c6d2db1e61dae51962012e5d59da8
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 16:56:53 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 16:58:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b124c4ea

sci-electronics/puff: Drop illegal parameter

Closes: https://bugs.gentoo.org/880225
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 sci-electronics/puff/puff-20181104.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-electronics/puff/puff-20181104.ebuild 
b/sci-electronics/puff/puff-20181104.ebuild
index c3e3c633e08d..80838dd3c7ef 100644
--- a/sci-electronics/puff/puff-20181104.ebuild
+++ b/sci-electronics/puff/puff-20181104.ebuild
@@ -25,6 +25,8 @@ src_prepare() {
        eapply -p0 "${FILESDIR}"/$P-Makefile.patch
        # add missing LDPATH for libX11.so
        sed -i -e "s:-lX11:-L/usr/$(get_libdir) -lX11:g" Makefile || die
+       # drop no longer needed and now unsupported paramter '-T' (bug #8802225)
+       sed -i -e "s: -T : :g" Makefile || die
        eapply_user
 }
 

Reply via email to