pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/opencv



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 25 22:12:57 UTC 2022

Modified Files:
        pkgsrc/graphics/opencv: Makefile.common

Log Message:
opencv: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/opencv/Makefile.common

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/Makefile.common
diff -u pkgsrc/graphics/opencv/Makefile.common:1.11 pkgsrc/graphics/opencv/Makefile.common:1.12
--- pkgsrc/graphics/opencv/Makefile.common:1.11 Sun Oct 10 12:54:13 2021
+++ pkgsrc/graphics/opencv/Makefile.common      Mon Apr 25 22:12:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2021/10/10 12:54:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.12 2022/04/25 22:12:56 tnn Exp $
 # used by graphics/opencv/Makefile
 # used by graphics/opencv-contrib-face/Makefile
 #
@@ -22,6 +22,7 @@ CONFIGURE_DIRS+=      build
 CONFIGURE_ENV+=                MACHINE_ARCH=${MACHINE_ARCH}
 
 CHECK_PORTABILITY_SKIP+=       platforms/ios/cmake/Toolchains/xcodebuild_wrapper.in
+CHECK_PORTABILITY_SKIP+=       cmake/templates/xcode-*
 
 CMAKE_ARG_PATH=                ${WRKSRC}
 CMAKE_ARGS+=           -DBUILD_PROTOBUF=OFF



Home | Main Index | Thread Index | Old Index