--- devhelp-0.12.ebuild.old 2006-11-04 12:16:16.000000000 +0100 +++ /usr/portage/dev-util/devhelp/devhelp-0.12.ebuild 2006-11-04 12:28:43.000000000 +0100 @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/dev-util/devhelp/devhelp-0.12.ebuild,v 1.1 2006/08/01 09:09:34 leonardop Exp $ +# $Header: $ -inherit gnome2 +inherit toolchain-funcs gnome2 DESCRIPTION="An API documentation browser for GNOME 2" HOMEPAGE="http://developer.imendio.com/wiki/Devhelp" @@ -32,6 +32,10 @@ pkg_setup() { G2CONF="$(use_with zlib)" + + if [[ $(tc-getCC) != "icc" ]]; then + G2CONF="${G2CONF} --with-compile-warnings=yes" + fi if use firefox || use sparc; then G2CONF="${G2CONF} --with-gecko=firefox"