Bug 238885 - math/octave-forge-nurbs: use new GCC on GCC architectures
Summary: math/octave-forge-nurbs: use new GCC on GCC 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: Stephen Montgomery-Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-29 21:30 UTC by Piotr Kubaj
Modified: 2019-06-30 23:34 UTC (History)
2 users (show)

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


Attachments
patch (536 bytes, patch)
2019-06-29 21:30 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (stephen)
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-06-29 21:30:21 UTC
Created attachment 205423 [details]
patch

On GCC architectures don't use the base GCC to build this port, it needs a new compiler:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-30 23:33:03 UTC
A commit references this bug:

Author: stephen
Date: Sun Jun 30 23:32:58 UTC 2019
New revision: 505525
URL: https://svnweb.freebsd.org/changeset/ports/505525

Log:
  - On GCC architectures, don't use the base GCC to build.

  PR:		238885
  Submitted by:	Piotr Kubaj <pkubaj@FreeBSD.org>

Changes:
  head/math/octave-forge-nurbs/Makefile
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2019-06-30 23:34:00 UTC
Committed, thank you.