On Sun, Feb 23, 2020 at 02:45:10PM +0100, Jasper Lievisse Adriaanse wrote: > > > > On 22 Feb 2020, at 18:10, Kurt Mosiejczuk <k...@cranky.work> wrote: > > > > http://build-failures.rhaalovely.net/sparc64/2020-02-16/x11/gnome/bijiben.log > > > > Build has previously failed because it wants C99 mode. I added this as > > a test to the last build and it built fine. > > > > ok? > > > > (cc maintainers) > > > > --Kurt > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/x11/gnome/bijiben/Makefile,v > > retrieving revision 1.63 > > diff -u -p -r1.63 Makefile > > --- Makefile 6 Jan 2020 16:32:25 -0000 1.63 > > +++ Makefile 22 Feb 2020 17:05:45 -0000 > > @@ -20,6 +20,8 @@ MODULES= devel/dconf \ > > > > DEBUG_PACKAGES = ${BUILD_PACKAGES} > > > > +CFLAGS += -std=c99 > > + > > LIB_DEPENDS= databases/evolution-data-server \ > > x11/gnome/online-accounts \ > > x11/gnome/tracker > > Looks fine to me.
With a comment perhaps? -- Antoine