commit:     864089dad9b684eaebb54bfcd67f4f94afa28a83
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 06:24:49 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 06:26:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864089da

app-text/html2text-2.0.1: fix configure #840625

this package uses a hand-crafted configure script and barfs on the
arguments econf passes onto it

Closes: https://bugs.gentoo.org/840625
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/html2text/html2text-2.0.1.ebuild | 5 +++--
 app-text/html2text/html2text-9999.ebuild  | 7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-text/html2text/html2text-2.0.1.ebuild 
b/app-text/html2text/html2text-2.0.1.ebuild
index 9d6731b5bc81..124d0962c321 100644
--- a/app-text/html2text/html2text-2.0.1.ebuild
+++ b/app-text/html2text/html2text-2.0.1.ebuild
@@ -19,9 +19,10 @@ HOMEPAGE="https://github.com/grobian/html2text";
 LICENSE="GPL-2"
 SLOT="0"
 
-src_prepare() {
-       default
+src_configure() {
+       # non-autoconf configure
        tc-export CXX
+       ./configure || die
 }
 
 src_compile() {

diff --git a/app-text/html2text/html2text-9999.ebuild 
b/app-text/html2text/html2text-9999.ebuild
index f7558b5e8e28..124d0962c321 100644
--- a/app-text/html2text/html2text-9999.ebuild
+++ b/app-text/html2text/html2text-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,9 +19,10 @@ HOMEPAGE="https://github.com/grobian/html2text";
 LICENSE="GPL-2"
 SLOT="0"
 
-src_prepare() {
-       default
+src_configure() {
+       # non-autoconf configure
        tc-export CXX
+       ./configure || die
 }
 
 src_compile() {

Reply via email to