[sparc64/base-gcc] Fix mail/geary build

2020-06-09 Thread Kurt Mosiejczuk
base-gcc needs to be told to use c99 for geary to build. This fixes the build of geary on sparc64 (and presumably other base-gcc arches). ok? --Kurt Index: Makefile === RCS file: /cvs/ports/mail/geary/Makefile,v retrieving revision

Re: [sparc64/base-gcc] Fix mail/geary build

2020-06-10 Thread Antoine Jacoutot
On Wed, Jun 10, 2020 at 02:02:13AM -0400, Kurt Mosiejczuk wrote: > base-gcc needs to be told to use c99 for geary to build. > > This fixes the build of geary on sparc64 (and presumably other base-gcc > arches). > > ok? Can we ifdef it for base-gcc? > --Kurt > > Index: Makefile > ==

Re: [sparc64/base-gcc] Fix mail/geary build

2020-06-17 Thread Kurt Mosiejczuk
On Wed, Jun 10, 2020 at 11:41:50AM +0200, Antoine Jacoutot wrote: > On Wed, Jun 10, 2020 at 02:02:13AM -0400, Kurt Mosiejczuk wrote: > > base-gcc needs to be told to use c99 for geary to build. > > This fixes the build of geary on sparc64 (and presumably other base-gcc > > arches). > > ok? > Can

Re: [sparc64/base-gcc] Fix mail/geary build

2020-06-17 Thread Stuart Henderson
On 2020/06/17 12:16, Kurt Mosiejczuk wrote: > On Wed, Jun 10, 2020 at 11:41:50AM +0200, Antoine Jacoutot wrote: > > On Wed, Jun 10, 2020 at 02:02:13AM -0400, Kurt Mosiejczuk wrote: > > > base-gcc needs to be told to use c99 for geary to build. > > > > This fixes the build of geary on sparc64 (and

Re: [sparc64/base-gcc] Fix mail/geary build

2020-06-17 Thread Klemens Nanni
On Wed, Jun 17, 2020 at 08:02:13PM +0100, Stuart Henderson wrote: > The only use I see for CHOSEN_COMPILER how it currently works is with > 'make show=CHOSEN_COMPILER'.. You can do this though: Yes, OK kn > .include > .if !${PROPERTIES:Mclang} > CFLAGS += -std=gnu99 > .endif >

Re: [sparc64/base-gcc] Fix mail/geary build

2020-06-17 Thread Kurt Mosiejczuk
On Wed, Jun 17, 2020 at 08:02:13PM +0100, Stuart Henderson wrote: > On 2020/06/17 12:16, Kurt Mosiejczuk wrote: > > On Wed, Jun 10, 2020 at 11:41:50AM +0200, Antoine Jacoutot wrote: > > > On Wed, Jun 10, 2020 at 02:02:13AM -0400, Kurt Mosiejczuk wrote: > > > > base-gcc needs to be told to use c99 f

Re: [sparc64/base-gcc] Fix mail/geary build

2020-06-18 Thread Antoine Jacoutot
On Wed, Jun 17, 2020 at 09:41:11PM -0400, Kurt Mosiejczuk wrote: > On Wed, Jun 17, 2020 at 08:02:13PM +0100, Stuart Henderson wrote: > > On 2020/06/17 12:16, Kurt Mosiejczuk wrote: > > > On Wed, Jun 10, 2020 at 11:41:50AM +0200, Antoine Jacoutot wrote: > > > > On Wed, Jun 10, 2020 at 02:02:13AM -04