Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 577254 | Differences between
and this patch

Collapse All | Expand All

(-)/opt/gentoo/usr//portage/app-crypt/gnupg/gnupg-2.0.29-r1.ebuild (-1 / +1 lines)
Lines 84-90 Link Here
84
	fi
84
	fi
85
85
86
	# glib fails and picks up clang's internal stdint.h causing weird errors
86
	# glib fails and picks up clang's internal stdint.h causing weird errors
87
	[[ ${CC} == clang ]] && export gl_cv_absolute_stdint_h=/usr/include/stdint.h
87
	[[ $(tc-getCC) =~ clang$ ]] && export gl_cv_absolute_stdint_h=/usr/include/stdint.h
88
88
89
	econf \
89
	econf \
90
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
90
		--docdir="${EPREFIX}/usr/share/doc/${PF}" \

Return to bug 577254