Summary: | biology/stacks: fix build with tier-2 arches | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Jason W. Bacon <jwb> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | linimon, pkubaj | ||||
Priority: | --- | Flags: | jwb:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Approved. A commit references this bug: Author: linimon Date: Sun Oct 28 08:58:00 UTC 2018 New revision: 483245 URL: https://svnweb.freebsd.org/changeset/ports/483245 Log: Fix build with tier-2 arches. PR: 231448 Submitted by: Piotr Kubaj Approved by: maintainer Changes: head/biology/stacks/Makefile |
Created attachment 197195 [details] patch On tier-2 arches, GCC 4.2 is used as system compiler. Since it supports OpenMP, it's used for this port's compilation. But this software also requires C++11 compatibility. This patch makes the port use GCC on tier-2 arches.