Bug 238002 - math/xlife++: fix build with GCC-based architectures
Summary: math/xlife++: 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: 2019-05-20 18:21 UTC by Piotr Kubaj
Modified: 2019-05-26 18:25 UTC (History)
0 users

See Also:


Attachments
patch (1.40 KB, patch)
2019-05-20 18:21 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 2019-05-20 18:21:14 UTC
Created attachment 204486 [details]
patch

Add USES=compiler:c++11-lang.

Reorded includes in src/utils/memoryUtils.cpp.

Needed for GCC architectures.

Errors:
/wrkdirs/usr/ports/math/xlife++/work/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/CsStorage.hpp:1620: error: 'itvb' is predetermined 'shared' for 'shared'
/wrkdirs/usr/ports/math/xlife++/work/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/csStorage/CsStorage.hpp:1620: error: 'itm' is predetermined 'shared' for 'shared'
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2019-05-26 18:25:05 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-05-26 18:25:20 UTC
A commit references this bug:

Author: yuri
Date: Sun May 26 18:24:57 UTC 2019
New revision: 502740
URL: https://svnweb.freebsd.org/changeset/ports/502740

Log:
  math/xlife++: fix build with GCC-based architectures

  PR:		238002
  Submitted by:	pkubaj

Changes:
  head/math/xlife++/Makefile
  head/math/xlife++/files/patch-src_utils_memoryUtils.cpp