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

Collapse All | Expand All

(-)libcompizconfig-0.8.8.ebuild (-2 / +9 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcompizconfig/libcompizconfig-0.8.8.ebuild,v 1.3 2012/06/18 18:36:02 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcompizconfig/libcompizconfig-0.8.8.ebuild,v 1.3 2012/06/18 18:36:02 ssuominen Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit eutils
6
inherit autotools eutils
7
7
8
DESCRIPTION="Compiz Configuration System"
8
DESCRIPTION="Compiz Configuration System"
9
HOMEPAGE="http://www.compiz.org/"
9
HOMEPAGE="http://www.compiz.org/"
Lines 14-20 Link Here
14
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
14
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
15
IUSE=""
15
IUSE=""
16
16
17
RDEPEND="dev-libs/libxml2
17
RDEPEND="dev-libs/iniparser
18
	dev-libs/libxml2
18
	dev-libs/protobuf
19
	dev-libs/protobuf
19
	>=x11-wm/compiz-${PV}
20
	>=x11-wm/compiz-${PV}
20
	x11-libs/libX11"
21
	x11-libs/libX11"
Lines 25-33 Link Here
25
26
26
RESTRICT="test"
27
RESTRICT="test"
27
28
29
src_prepare() {
30
	epatch "${FILESDIR}"/"${PN}"-0.8.2-allow-system-libiniparser.patch
31
	eautoreconf
32
}
33
28
src_configure() {
34
src_configure() {
29
	econf \
35
	econf \
30
		--enable-fast-install \
36
		--enable-fast-install \
37
		--without-internal-iniparser \
31
		--disable-static
38
		--disable-static
32
}
39
}
33
40

Return to bug 259715