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

Collapse All | Expand All

(-)mcabber-0.9.9-r1.ebuild (-1 / +1 lines)
Lines 31-37 Link Here
31
	dev-util/pkgconfig"
31
	dev-util/pkgconfig"
32
32
33
src_compile() {
33
src_compile() {
34
	use crypt && x86 && append-flags -D_FILE_OFFSET_BITS=64 # bug #277888
34
	use crypt && use x86 && append-flags -D_FILE_OFFSET_BITS=64 # bug #277888
35
	econf \
35
	econf \
36
		$(use_enable crypt gpgme) \
36
		$(use_enable crypt gpgme) \
37
		$(use_enable otr) \
37
		$(use_enable otr) \

Return to bug 277888