Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 03:38:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243670] games/openfodder: fix build on GCC architectures
Message-ID:  <bug-243670-7788-fSxMNRb9z5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243670-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243670-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243670

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed Jan 29 03:37:59 UTC 2020
New revision: 524531
URL: https://svnweb.freebsd.org/changeset/ports/524531

Log:
  games/openfodder: unbreak with GCC after r521658

  In file included from Source/Utils/SimplexIslands.cpp:2:
  Source/Utils/SimplexIslands.hpp:65:16: error: 'int32_t' does not name a t=
ype
     65 |  static inline int32_t fastfloor(double fp) {
        |                ^~~~~~~
  Source/Utils/SimplexIslands.hpp: In member function 'double
SimplexIslands::noise(double, double)':
  Source/Utils/SimplexIslands.hpp:79:11: error: 'fastfloor' was not declare=
d in
this scope
     79 |   int i =3D fastfloor(xin + s);
        |           ^~~~~~~~~

  PR:           243670
  Submitted by: pkubaj

Changes:
  head/games/openfodder/Makefile
  head/games/openfodder/distinfo

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243670-7788-fSxMNRb9z5>