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

(-)/usr/portage/app-doc/doxygen/doxygen-1.3.5.ebuild.orig (-1 / +3 lines)
Lines 2-7 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: /home/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.3.5.ebuild,v 1.5 2004/01/19 03:05:02 gmsoft Exp $
3
# $Header: /home/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.3.5.ebuild,v 1.5 2004/01/19 03:05:02 gmsoft Exp $
4
4
5
inherit gcc
6
5
IUSE="doc qt"
7
IUSE="doc qt"
6
8
7
DESCRIPTION="Doxygen is a documentation system for C++, C, Java, IDL (Corba, Microsoft, and KDE-DCOP flavors) and to some extent PHP and C#."
9
DESCRIPTION="Doxygen is a documentation system for C++, C, Java, IDL (Corba, Microsoft, and KDE-DCOP flavors) and to some extent PHP and C#."
Lines 42-48 Link Here
42
44
43
	# ./configure and compile
45
	# ./configure and compile
44
	./configure ${confopts} || die '"./configure" failed.'
46
	./configure ${confopts} || die '"./configure" failed.'
45
	emake all || die '"emake all" failed.'
47
	emake CC="$(gcc-getCC)" CXX="$(gcc-getCXX)" all || die '"emake all" failed.'
46
48
47
	# generate html and pdf documents.
49
	# generate html and pdf documents.
48
	# errors here are not considered fatal, hence the ewarn message
50
	# errors here are not considered fatal, hence the ewarn message

Return to bug 40678