HomeFreeBSD

multimedia/kdenlive: fix build when multimedia/mlt6 is installed

Description

multimedia/kdenlive: fix build when multimedia/mlt6 is installed

The build of kdenlive could wrongly pick up the unprefixed headers of
multimedia/mlt6 in ${LOCALBASE}/include due to that path being added
the CFLAGS -- so mlt++/Foo would get you the mlt6 header:

/usr/local/include/mlt++/MltGeometry.h:34:31: [...]

This patch appends ${LOCALBASE}/include at the end, so the prefixed
mlt7 headers should get picked up first.

Reported by: VVD <vvd@unislabs.com>

Details

Provenance
tcbernerAuthored on Sep 3 2021, 10:48 AM
Parents
R11:6f2d279b5697: devel/py-spyder-kernels: Update to 2.1.1
Branches
Unknown
Tags
Unknown