Created attachment 197511 [details] patch GCC disallows creating arrays of variable size (and const int is a variable as well). Fix that to fix build on powerpc64. Tested also on amd64. Hardware sponsored by IntegriCloud.
A commit references this bug: Author: linimon Date: Fri Nov 2 15:19:34 UTC 2018 New revision: 483817 URL: https://svnweb.freebsd.org/changeset/ports/483817 Log: GCC disallows creating arrays of variable size (and const int is a variable as well). Fix that to fix build on powerpc64. PR: 231736 Submitted by: Piotr Kubaj Changes: head/devel/objecthash/files/ head/devel/objecthash/files/patch-Makefile head/devel/objecthash/files/patch-objecthash.c head/devel/objecthash/files/patch-objecthash.h