summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/html2text/html2text-2.0.1.ebuild')
-rw-r--r--app-text/html2text/html2text-2.0.1.ebuild5
1 files changed, 3 insertions, 2 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() {