Bug 237134

Summary: textproc/py-pdftotext: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Michael Gmelin <grembo>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: grembo: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch grembo: maintainer-approval+

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-04-09 06:53:54 UTC
Created attachment 203512 [details]
patch

Add USES=compiler:c11 to fix build on GCC architectures.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-09 10:06:01 UTC
A commit references this bug:

Author: grembo
Date: Tue Apr  9 10:05:44 UTC 2019
New revision: 498473
URL: https://svnweb.freebsd.org/changeset/ports/498473

Log:
  Fix build on gcc-based architectures

  PR:		237134
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/textproc/py-pdftotext/Makefile
Comment 2 Michael Gmelin freebsd_committer freebsd_triage 2019-04-09 10:16:16 UTC
Committed, thanks!