Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 21:47:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202498] Fix games/doomlegacy build with clang 3.7.0
Message-ID:  <bug-202498-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 202498
           Summary: Fix games/doomlegacy build with clang 3.7.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: danfe@FreeBSD.org
          Reporter: dim@FreeBSD.org
          Assignee: danfe@FreeBSD.org
             Flags: maintainer-feedback?(danfe@FreeBSD.org)

Created attachment 160116
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160116&action=edit
Fix use of inline function in games/doomlegacy

During the exp-run in bug 201377, it was found that games/doomlegacy gives
errors with a recent clang 3.7.0 snapshot:

http://package18.nyi.freebsd.org/data/headi386PR201377-default/2015-07-31_12h04m22s/logs/errors/doomlegacy-1.45.2,1.log

This is because the program uses the wrong form of inline function, causing
linking to fail.  This can be fixed easily by using "static inline" instead.

-- 
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-202498-13>