Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498782
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- x11-misc/xlockmore/xlockmore-5.43.ebuild
0
++ x11-misc/xlockmore/xlockmore-5.43.ebuild
Lines 53-59 Link Here
53
}
53
}
54
54
55
src_configure() {
55
src_configure() {
56
	local myconf=""
56
	local myconf="" freetype_direct_test_include
57
57
58
	if use opengl && use truetype; then
58
	if use opengl && use truetype; then
59
			myconf="${myconf} --with-ftgl"
59
			myconf="${myconf} --with-ftgl"
Lines 62-67 Link Here
62
			myconf="${myconf} --without-ftgl"
62
			myconf="${myconf} --without-ftgl"
63
	fi
63
	fi
64
64
65
	# workaround for >=freetype-2.5.1
66
	if use truetype && has_version ">=media-libs/freetype-2.5.1" ; then
67
		export freetype_direct_test_include="freetype2/freetype.h"
68
	fi
69
65
	econf \
70
	econf \
66
		$(use_enable pam) \
71
		$(use_enable pam) \
67
		$(use_enable xlockrc) \
72
		$(use_enable xlockrc) \

Return to bug 498782