aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-20 16:14:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-20 16:14:20 +0000
commit2cdaceb379244e0f304927e09d40061c67dc573d (patch)
treed9f37384d291ed05b901cce03ae8e894df3eb202 /graphics
parent475a23ad78aa18be05071e841fc82894711c085c (diff)
downloadports-2cdaceb379244e0f304927e09d40061c67dc573d.tar.gz
ports-2cdaceb379244e0f304927e09d40061c67dc573d.zip
graphics/opencv: Fix build with glog 0.5.0
PR: 255968 Reported by: thierry
Diffstat (limited to 'graphics')
-rw-r--r--graphics/opencv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index eed1a0e39bc9..29535274f366 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -61,6 +61,7 @@ CMAKE_OFF= OPENCV_GENERATE_SETUPVARS \
CMAKE_ARGS= -DOPENCV_EXTRA_MODULES_PATH="${WRKSRC}/contrib/modules" \
-DOPENCV_PYTHON3_INSTALL_PATH=${PYTHON_SITELIBDIR} \
-DVULKAN_INCLUDE_DIRS=${LOCALBASE}/include
+LDFLAGS+= -lglog
DATADIR= ${PREFIX}/share/${PORTNAME}4