--- /usr/portage/app-doc/doxygen/doxygen-1.3.5.ebuild.orig 2004-01-18 22:11:45.000000000 -0500 +++ /usr/portage/app-doc/doxygen/doxygen-1.3.5.ebuild 2004-02-06 17:30:02.000000000 -0500 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.3.5.ebuild,v 1.5 2004/01/19 03:05:02 gmsoft Exp $ +inherit gcc + IUSE="doc qt" DESCRIPTION="Doxygen is a documentation system for C++, C, Java, IDL (Corba, Microsoft, and KDE-DCOP flavors) and to some extent PHP and C#." @@ -42,7 +44,7 @@ # ./configure and compile ./configure ${confopts} || die '"./configure" failed.' - emake all || die '"emake all" failed.' + emake CC="$(gcc-getCC)" CXX="$(gcc-getCXX)" all || die '"emake all" failed.' # generate html and pdf documents. # errors here are not considered fatal, hence the ewarn message