commit:     0517bf51dac3c2b47b23c7b3332a7040b3899b92
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 11:24:38 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 11:26:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0517bf51

app-crypt/gnupg: loosen up clang check, bug #577254

Package-Manager: portage-2.2.28-prefix

 app-crypt/gnupg/gnupg-2.0.29-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.0.29-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.0.29-r1.ebuild
index 523b884..53039f3 100644
--- a/app-crypt/gnupg/gnupg-2.0.29-r1.ebuild
+++ b/app-crypt/gnupg/gnupg-2.0.29-r1.ebuild
@@ -84,7 +84,8 @@ src_configure() {
        fi
 
        # glib fails and picks up clang's internal stdint.h causing weird errors
-       [[ ${CC} == clang ]] && export 
gl_cv_absolute_stdint_h=/usr/include/stdint.h
+       [[ ${CC} == *clang ]] && \
+               export gl_cv_absolute_stdint_h=/usr/include/stdint.h
 
        econf \
                --docdir="${EPREFIX}/usr/share/doc/${PF}" \

Reply via email to