Created attachment 199605 [details] patch There are two definitions of USES, with the 2nd one overwriting the 1st one, breaking build on GCC architectures. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.
Just a small correction, while gdcm itself builds with base GCC, science/InsightToolkit needs gdcm to be linked using newer compiler than current base GCC.
A commit references this bug: Author: stephen Date: Tue Nov 27 23:04:07 UTC 2018 New revision: 486072 URL: https://svnweb.freebsd.org/changeset/ports/486072 Log: - Combine the two USES together - one used to incorrectly over-right the other. PR: ports/233568 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/devel/gdcm/Makefile
Committed. Thank you very much.