Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2016 02:59:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215532] games/minetest: Fix movement when built with clang 3.8+
Message-ID:  <bug-215532-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 215532
           Summary: games/minetest: Fix movement when built with clang
                    3.8+
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: amdmi3@FreeBSD.org
          Reporter: scf@FreeBSD.org
             Flags: maintainer-feedback?(amdmi3@FreeBSD.org)
          Assignee: amdmi3@FreeBSD.org

Created attachment 178242
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178242&action=
=3Dedit
Patch to remove -ffast-math flag from build

After a short period of time (seconds to less than a minute), movement with=
in
the game using the keyboard no longer works.  The issue is fixed by removing
the -ffast-math flag.  While the issue does not appear with GCC, it does wi=
th
Clang.

Upstream has removed the flag from the release builds starting with v0.4.16=
 (in
development).  The issue is detailed here:=20
https://github.com/minetest/minetest/issues/4274

The recently release v0.4.15 still has the issue, so when the port is updat=
ed
to that version, this fix still needs to be present.

--=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-215532-13>