Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2017 23:27:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222402] games/simutrans: Fix build on -CURRENT after llvm 5.x import
Message-ID:  <bug-222402-13-Kb29c92BX1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222402-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222402-13@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=3D222402

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

Author: jbeich
Date: Thu Sep 21 23:26:46 UTC 2017
New revision: 450309
URL: https://svnweb.freebsd.org/changeset/ports/450309

Log:
  games/simutrans: unbreak with libc++ 5.0

  In file included from squirrel/squirrel/sqvm.cc:5:
  In file included from /usr/include/c++/v1/math.h:310:
  /usr/include/c++/v1/limits:233:91: error: member reference base type 'int=
' is
not a structure or union
      _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type quiet_NaN()
_NOEXCEPT {return type(0);}
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
            ^~~~~~~
  squirrel/squirrel/sqobject.h:131:25: note: expanded from macro 'type'
  #define type(obj) ((obj)._type)
                     ~~~~~^~~~~~

  PR:           222402
  Submitted by: chardon.frederic@gmail.com
  Reported by:  pkg-fallout

Changes:
  head/games/simutrans/files/patch-squirrel_squirrel_sqvm.cpp

--=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-222402-13-Kb29c92BX1>