commit:     6fb8da176f5b5b60d354771e44784dbd39cff5c6
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 14:49:46 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 14:49:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb8da17

dev-util/hfstospell: add an extra check for USE="clang"

Closes: https://bugs.gentoo.org/771717
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild 
b/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild
index 59c8bd7eae6..4a2e9cb7a11 100644
--- a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild
+++ b/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild
@@ -34,6 +34,8 @@ src_configure() {
        # https://github.com/hfst/hfst-ospell/issues/48
        if tc-is-clang; then
                econf --without-libxmlpp --without-tinyxml2
+       elif use clang; then
+               econf --without-libxmlpp --without-tinyxml2
        else
                default
        fi

Reply via email to