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

Collapse All | Expand All

(-)a/libXcm-0.4.2.ebuild (-5 / +1 lines)
Lines 8-14 Link Here
8
8
9
DESCRIPTION="reference implementation of the net-color spec"
9
DESCRIPTION="reference implementation of the net-color spec"
10
HOMEPAGE="http://www.oyranos.org/libxcm/"
10
HOMEPAGE="http://www.oyranos.org/libxcm/"
11
SRC_URI="mirror://sourceforge/oyranos/${PN}/${PN}-0.4.x/${P}.tar.bz2"
11
SRC_URI="mirror://sourceforge/oyranos/${PN}/${PN}-0.5/${P}.tar.bz2"
12
12
13
LICENSE="MIT"
13
LICENSE="MIT"
14
SLOT="0"
14
SLOT="0"
Lines 21-30 Link Here
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
22
	app-doc/doxygen"
22
	app-doc/doxygen"
23
23
24
src_prepare() {
25
	epatch "${FILESDIR}"/${P}-buildsystem.patch
26
}
27
28
src_configure() {
24
src_configure() {
29
	econf --enable-verbose \
25
	econf --enable-verbose \
30
		$(use_enable static-libs static) \
26
		$(use_enable static-libs static) \

Return to bug 407485