HomeFreeBSD

games/r1q2: unbreak the build on recent -CURRENT

Description

games/r1q2: unbreak the build on recent -CURRENT

Something had been changed in our toolchain which broke linking of this
port because `SV_FixPlayerSkin' symbol became undefined. This function
was annotated as __inline', change it to static' to unbreak the build
as it is defined and called within a single file only.

While here, remove unsupported optimization flag from the CFLAGS.

Reported by: pkg-fallout

Details

Provenance
danfeAuthored on Nov 23 2021, 1:55 PM
Parents
R11:e050de4b9c32: sysutils/xen-tools: fix build with clang 13.0.0
Branches
Unknown
Tags
Unknown