Bug 243215 - editors/libreoffice: fix build on GCC architectures
Summary: editors/libreoffice: fix build on GCC architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-09 12:31 UTC by Piotr Kubaj
Modified: 2020-01-20 20:14 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments
patch (420 bytes, patch)
2020-01-09 12:31 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (office)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2020-01-09 12:31:14 UTC
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.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-01-20 15:31:28 UTC
LGTM, please commit it, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-01-20 20:14:55 UTC
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