Created attachment 198456 [details] patch Base GCC compiles by default in C89, while this port is written in C99, which breaks compilation on GCC architectures. Set USE_CSTD=c99 to make this port build. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.
Maintainer informed via mail
Comment on attachment 198456 [details] patch Approved by: portmgr (blanket: build/run/package fix)
A commit references this bug: Author: linimon Date: Mon Nov 5 19:55:42 UTC 2018 New revision: 484212 URL: https://svnweb.freebsd.org/changeset/ports/484212 Log: Base GCC compiles by default in C89, while this port is written in C99, which breaks compilation on GCC architectures. Set USE_CSTD=c99 to make this port build. PR: 232517 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Changes: head/devel/py-pycapsicum/Makefile