On Wed, Nov 13, 2013 at 7:40 AM, Bernhard Fröhlich <[email protected]> wrote: > The following reply was made to PR ports/182468; it has been noted by GNATS. > > From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= <[email protected]> > To: [email protected], [email protected] > Cc: > Subject: Re: ports/182468: [patch] lang/gcc builds unrunnable > emulators/virtualbox-ose > Date: Wed, 13 Nov 2013 13:31:49 +0100 > > I think the idea and approach is correct but I went for a slighly more > conservative > approach if _GCC_RUNTIME was not set which is true in case base gcc is used=
This can not possibly be correct as the variable begins with a "_". The initial proposed patch is also incorrect for a similar reason. _GCC_RUNTIME is not valid for use in a ports Makefile. Perhaps it would help if USE_GCC or USES=compiler exposed a variable indicating the runtime? -- Eitan Adler _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
