1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Make sure $LOCALBASE/lib is in the linker search paths.

* Otherwise linking may fail with OpenCV was compiled with TBB.

PR:		219981
Reported by:	Melvyn Sopacua <m.r.sopacua@gmail.com>
This commit is contained in:
Tobias C. Berner 2017-07-06 15:08:41 +00:00
parent 544a76cff7
commit 8760300d5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445158

View File

@ -9,6 +9,10 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= ${${KIPI_PLUGIN}_DESC}
LIB_DEPENDS= libopencv_legacy.so:graphics/opencv
# Ensure -L${LOCALBASE}/lib is in the linker flags, as
# the cmake files do not properly handle opencv with tbb
# enabled.
USES+= localbase:ldflags
KIPI_PLUGIN= removeredeyes
.include "${.CURDIR}/../digikam-kde4/Makefile.common"