From d13cb80df444c3d092177be3f6aff49254788d5a Mon Sep 17 00:00:00 2001 From: "Gaige B. Paulsen" Date: Sat, 17 Nov 2018 18:45:16 +0000 Subject: [PATCH] Fix compilation of fcgiwrap --- www/fcgiwrap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile index 252e636500a46..8d3dee152239b 100644 --- a/www/fcgiwrap/Makefile +++ b/www/fcgiwrap/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= automake autoreconf pkg-config LDFLAGS.SunOS+= -lsocket -lnsl +CFLAGS.SunOS+= -Wimplicit-fallthrough=0 pre-configure: cd ${WRKSRC} && autoreconf -i