Created attachment 201741 [details] patch Base GCC doesn't support -Wno-incompatible-pointer-types, which breaks building on GCC architectures. Add -Wno-incompatible-pointer-types only when using Clang. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.
Approved by maintainer. Can this be added directly, or should I submit a separate PR?
This needs to be picked up by some commiter.
Comment on attachment 201741 [details] patch Patch approved by maintainer.
A commit references this bug: Author: linimon Date: Wed Feb 6 00:08:09 UTC 2019 New revision: 492278 URL: https://svnweb.freebsd.org/changeset/ports/492278 Log: Base GCC doesn't support -Wno-incompatible-pointer-types, which breaks building on GCC-based architectures. Add -Wno-incompatible-pointer-types only when using Clang. PR: 235512 Submitted by: Piotr Kubaj Approved by: maintainer Changes: head/math/rexx-regmath/Makefile head/math/rexx-regmath/files/patch-Makefile.bsd