Subject: Re: pkg/30341
To: None <solaris-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: Idar Tollefsen <idart@performancedesign.no>
List: pkgsrc-bugs
Date: 07/22/2005 14:17:02
The following reply was made to PR pkg/30341; it has been noted by GNATS.

From: Idar Tollefsen <idart@performancedesign.no>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/30341
Date: Fri, 22 Jul 2005 16:16:17 +0200

 Ahem...
 
 You can of course not check ${CC} against "gcc" since ${CC} is "gcc" even when 
 using the SunPro compiler, in which case it's aliased to gcc anyway.
 
 I'm not sure what "the right way" to do this is. ${PKGSRC_COMPILER} instead maybe?
 
 
 - IT