diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-02-20 16:49:46 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-02-20 16:49:46 +0200 |
commit | 6fb8da176f5b5b60d354771e44784dbd39cff5c6 (patch) | |
tree | 4131dbfd1ab36cce45700fbc3769e9668de4dafc /dev-util/hfstospell | |
parent | profiles/use.desc: add global man flag (diff) | |
download | gentoo-6fb8da176f5b5b60d354771e44784dbd39cff5c6.tar.gz gentoo-6fb8da176f5b5b60d354771e44784dbd39cff5c6.tar.bz2 gentoo-6fb8da176f5b5b60d354771e44784dbd39cff5c6.zip |
dev-util/hfstospell: add an extra check for USE="clang"
Closes: https://bugs.gentoo.org/771717
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/hfstospell')
-rw-r--r-- | dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild b/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild index 59c8bd7eae66..4a2e9cb7a114 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 |