[Bug 198537] games/openarena doesn't build with newer audio/speex

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 26 13:22:01 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198537

Dominic Fandrey <kami at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |kami at freebsd.org

--- Comment #1 from Dominic Fandrey <kami at freebsd.org> ---
I investigated this issue.

To make sure the speex version is in sync with other clients I always build
INTERNAL_SPEEX, i.e. the code that is shipped with OpenArena/ioquake3. However
the build system seems to get the order of include folders wrong, so that the
internal code gets tainted with system headers.

There are two approaches to solving this:
- Introduce a dependency to audio/speex and use the library
- Try to fix the build system (in all ioquake3 derivatives)

The first one is the lazy solution, the impact on inter-client compatibility is
probably null, but I cannot guarantee that.

Any thoughts concerning that?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-multimedia mailing list