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

Collapse All | Expand All

(-)a/x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild (-1 / +5 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild,v 1.5 2012/06/04 00:20:42 xmw Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9-r1.ebuild,v 1.5 2012/06/04 00:20:42 xmw Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit eutils libtool
6
inherit eutils libtool flag-o-matic
7
7
8
DESCRIPTION="The Matchbox Library."
8
DESCRIPTION="The Matchbox Library."
9
HOMEPAGE="http://matchbox-project.org/"
9
HOMEPAGE="http://matchbox-project.org/"
Lines 58-63 src_configure() { Link Here
58
		$(use_enable test unit-tests)
58
		$(use_enable test unit-tests)
59
}
59
}
60
60
61
src_compile() {
62
	emake LDFLAGS="-lX11" || die "emake failed"
63
}
64
61
src_install() {
65
src_install() {
62
	default
66
	default
63
	use doc && dohtml doc/html/*
67
	use doc && dohtml doc/html/*

Return to bug 482560