Bug 234365 - games/exult: fix build with GCC-based architectures
Summary: games/exult: 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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-24 19:31 UTC by Piotr Kubaj
Modified: 2018-12-26 20:52 UTC (History)
1 user (show)

See Also:


Attachments
patch (606 bytes, patch)
2018-12-24 19:31 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-12-24 19:31:23 UTC
Created attachment 200460 [details]
patch

-Wno-c++11-narrowing is not supported by GCC. Set USE_CXXSTD=c++98 to build with both GCC and Clang.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-26 20:52:43 UTC
A commit references this bug:

Author: linimon
Date: Wed Dec 26 20:51:57 UTC 2018
New revision: 488438
URL: https://svnweb.freebsd.org/changeset/ports/488438

Log:
  -Wno-c++11-narrowing is not supported by GCC.  Set USE_CXXSTD=c++98
  to build with both GCC and Clang.

  PR:		234365
  Submitted by:	Piotr Kubaj

Changes:
  head/games/exult/Makefile