Bug 232089 - devel/avro-cpp: fix build with GCC-based architectures
Summary: devel/avro-cpp: 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: 2018-10-08 21:39 UTC by Piotr Kubaj
Modified: 2018-10-14 17:39 UTC (History)
2 users (show)

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


Attachments
patch (311 bytes, patch)
2018-10-08 21:39 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 2018-10-08 21:39:12 UTC
Created attachment 197935 [details]
patch

When building with architectures that use GCC in base, GCC from ports is used to build this port. To successfully link against Boost, it needs USE_CXXSTD=c++11.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-14 16:30:09 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Oct 14 16:29:26 UTC 2018
New revision: 482064
URL: https://svnweb.freebsd.org/changeset/ports/482064

Log:
  Fix build on powerpc64

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

Changes:
  head/devel/avro-cpp/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-10-14 17:39:17 UTC
Committed. Thanks!