Bug 237134 - textproc/py-pdftotext: fix build with GCC-based architectures
Summary: textproc/py-pdftotext: fix build with GCC-based 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: Michael Gmelin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-09 06:53 UTC by Piotr Kubaj
Modified: 2019-04-09 10:24 UTC (History)
2 users (show)

See Also:
grembo: maintainer-feedback+


Attachments
patch (312 bytes, patch)
2019-04-09 06:53 UTC, Piotr Kubaj
grembo: maintainer-approval+
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 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!