graphics/graphene sets -Werror=shadow, yet uses a variable 'round' in a function, which shadows the function declared in math.h, causing a build failure.
Created attachment 199810 [details] patch Patch that works.
A commit references this bug: Author: linimon Date: Fri Dec 7 00:12:55 UTC 2018 New revision: 486813 URL: https://svnweb.freebsd.org/changeset/ports/486813 Log: This port sets -Werror=shadow, yet uses a variable 'round' in a function, which shadows the function declared in math.h, causing a build failure on gcc-based architectures.. PR: 231912 Submitted by: jhibbits Reviewed by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Changes: head/graphics/graphene/files/ head/graphics/graphene/files/patch-src_bench_graphene-bench-utils.c