HomeFreeBSD

graphics/rawtherapee: fix a few build glitches

Description

graphics/rawtherapee: fix a few build glitches

In some circumstances, ${_MAKE_JOBS_NUMBER} remains undefined,
failing configure. Use ${MAKE_JOBS_NUMBER} instead.

Compile time optimizations:

  • 5.7 regressed in that it would not use ccache. Reintroduce ccache where configured.
  • Add -fno-fat-lto-objects to CFLAGS.

Cleanup duplicate LDFLAGS+=-Wl,--as-needed

PR: 240648

Details

Provenance
mandreeAuthored on
Parents
rP512241: lang/gravity: fix build on GCC architectures
Branches
Unknown
Tags
Unknown