summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gnupg/gnupg-2.1.4.ebuild')
-rw-r--r--app-crypt/gnupg/gnupg-2.1.4.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/gnupg/gnupg-2.1.4.ebuild b/app-crypt/gnupg/gnupg-2.1.4.ebuild
index 11ad5e5e6a35..f026d01352d1 100644
--- a/app-crypt/gnupg/gnupg-2.1.4.ebuild
+++ b/app-crypt/gnupg/gnupg-2.1.4.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.1.4.ebuild,v 1.2 2015/05/21 04:39:45 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.1.4.ebuild,v 1.3 2015/06/01 19:10:08 grobian Exp $
EAPI="5"
@@ -86,6 +86,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 \