On Sat, Mar 28, 2020 at 12:03:03PM +0100, Antoine Jacoutot wrote: > On Fri, Mar 27, 2020 at 10:48:05PM -0400, Kurt Mosiejczuk wrote: > > x11/gnome/control-center uses C99 constructs so needs -std=gnu99 for > > base-gcc architectures.
> > ok? > Not sure, what base-gcc architecture is able to run this anyway? > At a minimum, put a comment please. Well, none so far, it's never been tried to compile before :) Sure. I'll put a comment above it. --Kurt > > > --Kurt > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/x11/gnome/control-center/Makefile,v > > retrieving revision 1.59 > > diff -u -p -r1.59 Makefile > > --- Makefile 16 Feb 2020 09:55:42 -0000 1.59 > > +++ Makefile 28 Mar 2020 02:47:57 -0000 > > @@ -25,6 +25,8 @@ MODULES= devel/meson \ > > security/heimdal \ > > x11/gnome > > > > +CFLAGS= -std=gnu99 > > + > > LIB_DEPENDS= audio/gsound \ > > audio/pulseaudio \ > > devel/libgtop2 \ > > > > -- > Antoine >