Created attachment 199875 [details] patch This port now requires USES=compiler:c11 to build on GCC architectures. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud
Thanks for the patch! I can confirm this patch fixes the compile issue on legacy PPC.
A commit references this bug: Author: sunpoet Date: Thu Dec 6 20:33:37 UTC 2018 New revision: 486802 URL: https://svnweb.freebsd.org/changeset/ports/486802 Log: Fix build on powerpc64 PR: 233816 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/devel/protobuf/Makefile
A commit references this bug: Author: sunpoet Date: Thu Dec 6 20:33:45 UTC 2018 New revision: 486803 URL: https://svnweb.freebsd.org/changeset/ports/486803 Log: Fix build on powerpc64 PR: 233816 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/security/nettle/Makefile
Committed. Thanks!