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: Sun Aug 16 22:18:49 UTC 2020
Modified Files:
pkgsrc/graphics/opencv: Makefile.common
Log Message:
opencv: skip portability checks for ios
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/graphics/opencv/Makefile.common:1.6
--- pkgsrc/graphics/opencv/Makefile.common:1.5 Thu Apr 30 09:23:28 2020
+++ pkgsrc/graphics/opencv/Makefile.common Sun Aug 16 22:18:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2020/04/30 09:23:28 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2020/08/16 22:18:49 tnn Exp $
# used by graphics/opencv/Makefile
# used by graphics/opencv-contrib-face/Makefile
#
@@ -21,6 +21,8 @@ USE_TOOLS+= gmake pkg-config
CONFIGURE_DIRS+= build
CONFIGURE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
+CHECK_PORTABILITY_SKIP+= platforms/ios/cmake/Toolchains/xcodebuild_wrapper.in
+
CMAKE_ARG_PATH= ${WRKSRC}
CMAKE_ARGS+= -DBUILD_PROTOBUF=OFF
CMAKE_ARGS+= -DCV_ENABLE_INTRINSICS=OFF # XXX: problematic
Home |
Main Index |
Thread Index |
Old Index