pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/opencv-contrib-face opencv-contrib-face: Fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/517032b4c391
branches:  trunk
changeset: 412214:517032b4c391
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Mar 01 15:49:09 2020 +0000

description:
opencv-contrib-face: Fix possible build failure when jasper is installed

When jasper is installed the build fails because it is accidentally recognized.

Discussed on pkgsrc-changes@:

 https://mail-index.NetBSD.org/pkgsrc-changes/2020/02/16/msg206681.html

diffstat:

 graphics/opencv-contrib-face/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 39640b39f1c8 -r 517032b4c391 graphics/opencv-contrib-face/Makefile
--- a/graphics/opencv-contrib-face/Makefile     Sun Mar 01 15:36:01 2020 +0000
+++ b/graphics/opencv-contrib-face/Makefile     Sun Mar 01 15:49:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/12/16 08:24:39 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/01 15:49:09 leot Exp $
 
 .include "../../graphics/opencv/Makefile.common"
 
@@ -26,6 +26,7 @@
 
 CMAKE_ARGS+=   -DBUILD_DOCS=OFF
 CMAKE_ARGS+=   -DWITH_FFMPEG=OFF
+CMAKE_ARGS+=   -DWITH_JASPER=OFF
 
 CMAKE_ARGS+=           -DOPENCV_EXTRA_MODULES_PATH=${WRKDIR}/${DISTNAME}/modules
 CMAKE_ARGS+=           -DBUILD_opencv_adas=OFF



Home | Main Index | Thread Index | Old Index