Created attachment 204008 [details] patch Remove -Wno-implicit-fallthrough from configure.ac. This flag is not supported by base GCC and the port still builds without it with Clang. Tested on powerpc64 and amd64.
Approved! Please, go ahead and push the commit :) Thanks, Piotr.
A commit references this bug: Author: pkubaj Date: Fri Apr 26 16:14:45 UTC 2019 New revision: 500117 URL: https://svnweb.freebsd.org/changeset/ports/500117 Log: net/ocserv: fix build with base GCC -Wno-implicit-fallthrough is not supported by GCC 4.2 PR: 237558 Approved by: tcberner (mentor), cpm (maintainer) Differential Revision: https://reviews.freebsd.org/D20075 Changes: head/net/ocserv/files/patch-configure.ac
Committed, thanks!