diff options
Diffstat (limited to 'app-crypt/gnupg/gnupg-2.0.27-r1.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.0.27-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/gnupg/gnupg-2.0.27-r1.ebuild b/app-crypt/gnupg/gnupg-2.0.27-r1.ebuild index 446d6914e7fd..101de7bd07e7 100644 --- a/app-crypt/gnupg/gnupg-2.0.27-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.0.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.27-r1.ebuild,v 1.1 2015/04/19 21:06:27 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.27-r1.ebuild,v 1.2 2015/06/01 19:10:08 grobian Exp $ EAPI="5" @@ -83,6 +83,9 @@ src_configure() { myconf+=( --enable-symcryptrun ) 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 + econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --enable-gpg \ |