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

Collapse All | Expand All

(-)djvu-3.5.17.ebuild.orig (+3 lines)
Lines 51-56 Link Here
51
		QTCONF=" --disable-threads "
51
		QTCONF=" --disable-threads "
52
	fi
52
	fi
53
53
54
	# Force both -pthread and -lpthread, because autodetection would choose
55
	# -pthread alone, which is broken when using libtool. See bug #132473.
56
	PTHREAD_CFLAGS="-pthread" PTHREAD_LIBS="-lpthread" \
54
	econf --enable-desktopfiles \
57
	econf --enable-desktopfiles \
55
		$(use_enable xml xmltools) \
58
		$(use_enable xml xmltools) \
56
		$(use_with jpeg) \
59
		$(use_with jpeg) \

Return to bug 132473