Bug 231693 - science/fsom: fix build with GCC-based architectures
Summary: science/fsom: 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: 2018-09-24 20:31 UTC by Piotr Kubaj
Modified: 2018-09-30 21:42 UTC (History)
0 users

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


Attachments
patch (295 bytes, patch)
2018-09-24 20:31 UTC, Piotr Kubaj
jwb: maintainer-approval+
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-09-24 20:31:49 UTC
Created attachment 197463 [details]
patch

USES=compiler:c++11-lang is necessary to compile this port on architectures that still use base GCC.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Jason W. Bacon freebsd_committer freebsd_triage 2018-09-25 15:42:35 UTC
Comment on attachment 197463 [details]
patch

Approved.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-09-30 21:42:03 UTC
A commit references this bug:

Author: jwb
Date: Sun Sep 30 21:41:45 UTC 2018
New revision: 480985
URL: https://svnweb.freebsd.org/changeset/ports/480985

Log:
  science/fsom: Fix build on GCC-based architectures

  PR:             231693
  Submitted by:   Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:    jrm (mentor)
  Differential Revision:  https://reviews.freebsd.org/D17366

Changes:
  head/science/fsom/Makefile
Comment 3 Jason W. Bacon freebsd_committer freebsd_triage 2018-09-30 21:42:51 UTC
Fixed.