Bug 233574 - science/rmf: fix build with GCC-based architectures
Summary: science/rmf: 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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-27 18:17 UTC by Piotr Kubaj
Modified: 2018-11-27 18:23 UTC (History)
2 users (show)

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


Attachments
patch (392 bytes, patch)
2018-11-27 18:17 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-11-27 18:17:52 UTC
Created attachment 199611 [details]
patch

USES=compiler:c++11-lang is required to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-27 18:23:30 UTC
A commit references this bug:

Author: yuri
Date: Tue Nov 27 18:23:22 UTC 2018
New revision: 486045
URL: https://svnweb.freebsd.org/changeset/ports/486045

Log:
  science/rmf: fix build with GCC-based architectures

  PR:		233574
  Submitted by:	Piotr Kubaj

Changes:
  head/science/rmf/Makefile
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-11-27 18:23:35 UTC
Committed, thanks!