Bug 234786 - devel/avro-c: fix build with GCC-based architectures
Summary: devel/avro-c: 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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-09 14:19 UTC by Piotr Kubaj
Modified: 2019-01-09 14:55 UTC (History)
2 users (show)

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


Attachments
patch (352 bytes, patch)
2019-01-09 14:19 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-01-09 14:19:14 UTC
Created attachment 200953 [details]
patch

This port requires USES=compiler:c++11-lang to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-09 14:55:02 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Jan  9 14:53:15 UTC 2019
New revision: 489802
URL: https://svnweb.freebsd.org/changeset/ports/489802

Log:
  Fix build on powerpc

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

Changes:
  head/devel/avro-c/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-01-09 14:55:24 UTC
Committed. Thanks!