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

(-)/usr/portage/x11-misc/xlockmore/xlockmore-5.23-r1.ebuild (+6 lines)
Lines 27-36 Link Here
27
	motif? ( x11-libs/openmotif )
27
	motif? ( x11-libs/openmotif )
28
	gtk? ( >=x11-libs/gtk+-2 )"
28
	gtk? ( >=x11-libs/gtk+-2 )"
29
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
30
	x11-proto/xineramaproto"
30
	x11-proto/xineramaproto"
31
31
32
src_unpack() {
33
	unpack ${A}
34
	cd ${S}
35
	sed -i -e "/INSTPGMFLAGS/ s:-s::" configure || die "sed configure failed"
36
}
37
32
src_compile() {
38
src_compile() {
33
	econf --enable-appdefaultdir=/usr/share/X11/app-defaults \
39
	econf --enable-appdefaultdir=/usr/share/X11/app-defaults \
34
		--enable-vtlock \
40
		--enable-vtlock \
35
		--without-ftgl \
41
		--without-ftgl \
36
		$(use_enable crypt) \
42
		$(use_enable crypt) \

Return to bug 265202