Created attachment 210563 [details] patch GCC architectures have /usr/bin/gperf binary resulting in failing to configure: checking for gperf... /usr/bin/gperf checking whether gperf is new enough... configure: error: "GNU gperf 3.0.3" is too old or unrecognized, must be at least gperf 3.1 Put back GPERF to CONFIGURE_ENV to fix the build.
LGTM, please commit it, thanks!
A commit references this bug: Author: pkubaj Date: Mon Jan 20 20:14:24 UTC 2020 New revision: 523685 URL: https://svnweb.freebsd.org/changeset/ports/523685 Log: editors/libreoffice: fix build on GCC architectures GCC architectures have /usr/bin/gperf binary resulting in failing to configure: checking for gperf... /usr/bin/gperf checking whether gperf is new enough... configure: error: "GNU gperf 3.0.3" is too old or unrecognized, must be at least gperf 3.1 Put back GPERF to CONFIGURE_ENV to fix the build. PR: 243215 Approved by: lwhsu (maintainer) Changes: head/editors/libreoffice/Makefile