On 02:37 Fri 02 Nov     , Marcus Hanwell (cryos) wrote:
> 1.1                  sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild
> 
> file : 
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild?rev=1.1&view=markup
> plain: 
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild?rev=1.1&content-type=text/plain

> IUSE="doc icc"
> 
> DEPEND="sys-libs/readline
>       sys-libs/ncurses
>       icc? ( dev-lang/icc )"
> 
> src_compile() {
>       if use icc; then
>               CC="icc" CFLAGS="-O3 -axKWNBP -ipo" LDFLAGS="-O3 -axKWNBP -ipo 
> -limf" emake READLINE=1 || die "emake failed"
>       else
>               emake READLINE=1 || die "emake failed"
>       fi

Could you drop the icc USE flag? All you need to do is make sure this 
package respects CC, CFLAGS and LDFLAGS, and users can take care of the 
rest in make.conf.

Thanks,
Donnie
-- 
[EMAIL PROTECTED] mailing list

Reply via email to