Bug 237214 - math/matio: fix build with GCC-based architectures
Summary: math/matio: 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: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-12 05:17 UTC by Piotr Kubaj
Modified: 2019-04-20 21:33 UTC (History)
2 users (show)

See Also:
makc: maintainer-feedback+


Attachments
patch (323 bytes, patch)
2019-04-12 05:17 UTC, Piotr Kubaj
no flags 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-12 05:17:57 UTC
Created attachment 203607 [details]
patch

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

Tested on powerpc64 and amd64.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2019-04-12 07:55:58 UTC
Approved for this port and for all my other ports in advance. Thanks!
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2019-04-16 02:44:09 UTC
Approved by maintainer.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-04-20 21:33:15 UTC
A commit references this bug:

Author: pkubaj
Date: Sat Apr 20 21:32:36 UTC 2019
New revision: 499467
URL: https://svnweb.freebsd.org/changeset/ports/499467

Log:
  math/matio: fix build on GCC architectures

  Add USES=compiler:c11 to fix build.

  PR:		237214
  Approved by:	tcberner (mentor), makc (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D19990

Changes:
  head/math/matio/Makefile
Comment 4 Piotr Kubaj freebsd_committer freebsd_triage 2019-04-20 21:33:57 UTC
Committed, thanks.