[Bug 243670] games/openfodder: fix build on GCC architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 29 03:39:06 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243670
--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jbeich
Date: Wed Jan 29 03:38:42 UTC 2020
New revision: 524532
URL: https://svnweb.freebsd.org/changeset/ports/524532
Log:
MFH: r524531
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 type
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 declared in
this scope
79 | int i = fastfloor(xin + s);
| ^~~~~~~~~
PR: 243670
Submitted by: pkubaj
Approved by: ports-secteam blanket
Changes:
_U branches/2020Q1/
branches/2020Q1/games/openfodder/Makefile
branches/2020Q1/games/openfodder/distinfo
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list