pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/opencv-contrib-face
Module Name: pkgsrc
Committed By: leot
Date: Sun Mar 1 15:49:09 UTC 2020
Modified Files:
pkgsrc/graphics/opencv-contrib-face: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/opencv-contrib-face/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/opencv-contrib-face/Makefile
diff -u pkgsrc/graphics/opencv-contrib-face/Makefile:1.16 pkgsrc/graphics/opencv-contrib-face/Makefile:1.17
--- pkgsrc/graphics/opencv-contrib-face/Makefile:1.16 Mon Dec 16 08:24:39 2019
+++ pkgsrc/graphics/opencv-contrib-face/Makefile Sun Mar 1 15:49:09 2020
@@ -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 @@ WRKSRC= ${WRKDIR}/opencv-${PKGVERSION_N
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