diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.1.11-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/gnupg/gnupg-2.1.11-r1.ebuild b/app-crypt/gnupg/gnupg-2.1.11-r1.ebuild index f902135e60fa..a37e3adcb420 100644 --- a/app-crypt/gnupg/gnupg-2.1.11-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.1.11-r1.ebuild @@ -88,7 +88,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}" \ |