pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/mk



On Sun, Jul 07, 2013 at 09:06:23AM +0000, John Marino wrote:
> Module Name:  pkgsrc
> Committed By: marino
> Date:         Sun Jul  7 09:06:23 UTC 2013
> 
> Modified Files:
>       pkgsrc/mk: compiler.mk
> 
> Log Message:
> compiler.mk: Fix Ada packages when PKGSRC_COMPILER=clang
> 
> Only one compiler is used when "ada" is listed in LANGUAGES, and that
> is the one built by the lang/gcc-aux source package.  When PKGSRC_COMPILER
> is defined as anything else other than "gcc", the Ada packages fail to
> build.  This can be seen when clang is used with CLANGBASE=${LOCALBASE}.
> 
> This straight-forward fix is to override the user specification of
> PKGSRC_COMPILER when Ada is specified and define it as "gcc" in all cases.
> Tested on NetBSD 6.1 amd64 with CLANGBASE=${LOCALBASE}

This is not acceptable. If I set PKGSRC_COMPILER, I expect it to be
honoured for all languages supported for it.

Joerg



Home | Main Index | Thread Index | Old Index