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

(-)libcoyotl-3.1.0-r1.ebuild (-2 / +1 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild,v 1.4 2009/02/26 14:52:49 josejx Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcoyotl/libcoyotl-3.1.0.ebuild,v 1.4 2009/02/26 14:52:49 josejx Exp $
4
4
5
inherit eutils autotools
5
inherit eutils
6
6
7
DESCRIPTION="A collection of portable C++ classes."
7
DESCRIPTION="A collection of portable C++ classes."
8
HOMEPAGE="http://www.coyotegulch.com/products/libcoyotl/"
8
HOMEPAGE="http://www.coyotegulch.com/products/libcoyotl/"
Lines 23-29 Link Here
23
}
23
}
24
24
25
src_compile() {
25
src_compile() {
26
    eautoreconf || die "autoreconf failed"
27
	ac_cv_prog_HAVE_DOXYGEN="false" econf || die "econf failed"
26
	ac_cv_prog_HAVE_DOXYGEN="false" econf || die "econf failed"
28
	emake || die "emake failed"
27
	emake || die "emake failed"
29
28

Return to bug 340048