kmos@openbsd.org writes:
> http://build-failures.rhaalovely.net/sparc64/2021-04-06/net/vger.log
This should fix the build with gcc
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/vger/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 4 Apr 2021 08:57:15 -0000 1.1.1.1
+++ Makefile 9 Apr 2021 12:34:49 -0000
@@ -21,4 +21,6 @@ MASTER_SITES = https://tildegit.org/sol
DISTFILES = vger-{}${V}${EXTRACT_SUFX}
WRKSRC = ${WRKDIR}/vger
+CFLAGS += -std=gnu99
+
.include <bsd.port.mk>
No comments:
Post a Comment