drgeo_figure.cc: At global scope: drgeo_figure.cc:56:1: error: '<anonymous struct> drgeoDialogData', declared using anonymous type, is used but never defined [-fpermissive] drgeoDialogData; ^~~~~~~~~~~~~~~ build log: http://sprunge.us/LQOP
Created attachment 184704 [details] Proposed patch This patch fixes the build with GCC; I also dropped the USE_GCC=yes there because the port built fine with base clang in both HEAD-amd64 and 10.3-i386.
A commit references this bug: Author: rakuco Date: Sat Aug 12 13:21:08 UTC 2017 New revision: 447829 URL: https://svnweb.freebsd.org/changeset/ports/447829 Log: Fix the build with GCC 6. While here, drop USE_GCC=yes, as the port was verified to build with clang on both HEAD-amd64 and 10.3-i386. PR: 219288 Approved by: maintainer timeout (amdmi3, 18 days) Changes: head/math/drgeo/Makefile head/math/drgeo/files/patch-geo_drgeo__figure.cc