Rafael Sadowski writes: > On Sun Oct 07, 2018 at 04:05:30PM -0600, lan...@openbsd.org wrote: > > http://build-failures.rhaalovely.net//sparc64/2018-09-30/net/megatools.log > > Unbreak megatools. The build needs a C99 or C11 compiler.
> +# C99 > +COMPILER = base-clang ports-clang ports-gcc ... > +CFLAGS += -std=c99 Surely only one or the other is necessary? GCC 4.2 supports -std=c99, it just doesn't default to it.