HomeFreeBSD

games/qudos: try to unbreak the port's build against Clang 16

Description

games/qudos: try to unbreak the port's build against Clang 16

While here, remove compiler flags `-fomit-frame-pointer' and
`-funroll-loops': the effect of the former is minuscule these
days (but it still breaks debugging) and for the latter, one
should let the [modern] compiler decide which loops to unroll
and when; forcing it will most likely yield larger and slower
code due to instruction cache misses.

Last but not least, make some private functions in the OpenGL
renderer static and define LICENSE (GPLv2 or later).

Reported by: pkg-fallout

Details

Provenance
danfeAuthored on Jul 8 2023, 7:05 PM
Parents
R11:a8300c45aae1: graphics/qgis: Update to 3.32.0
Branches
Unknown
Tags
Unknown