Bug 237700 - biology/star: fix build with GCC-based architectures
Summary: biology/star: 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: Jason W. Bacon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-01 21:21 UTC by Piotr Kubaj
Modified: 2019-05-02 00:41 UTC (History)
1 user (show)

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


Attachments
patch (408 bytes, patch)
2019-05-01 21:21 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (jwb)
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-05-01 21:21:12 UTC
Created attachment 204154 [details]
patch

Use new GCC when base GCC is chosen.

cc1plus: error: unrecognized command line option "-std=c++11"

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-02 00:40:26 UTC
A commit references this bug:

Author: jwb
Date: Thu May  2 00:39:52 UTC 2019
New revision: 500629
URL: https://svnweb.freebsd.org/changeset/ports/500629

Log:
  biology/star: Force newer GCC on platforms with GCC 4.2 base

  PR:             237700
  Submitted by:   pkubaj

Changes:
  head/biology/star/Makefile
Comment 2 Jason W. Bacon freebsd_committer freebsd_triage 2019-05-02 00:41:10 UTC
Committed, thanks!