pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/opencv/patches
Module Name: pkgsrc
Committed By: mef
Date: Mon Apr 29 03:23:53 UTC 2019
Added Files:
pkgsrc/graphics/opencv/patches: patch-modules_dnn_test__precomp.hpp
Log Message:
(graphics/opencv) Add ad-hoc patch to make package
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/opencv/patches/patch-modules_dnn_test__precomp.hpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/opencv/patches/patch-modules_dnn_test__precomp.hpp
diff -u /dev/null pkgsrc/graphics/opencv/patches/patch-modules_dnn_test__precomp.hpp:1.1
--- /dev/null Mon Apr 29 03:23:53 2019
+++ pkgsrc/graphics/opencv/patches/patch-modules_dnn_test__precomp.hpp Mon Apr 29 03:23:53 2019
@@ -0,0 +1,20 @@
+$NetBSD: patch-modules_dnn_test__precomp.hpp,v 1.1 2019/04/29 03:23:53 mef Exp $
+
+adhoc patch to build 3.4.6
+
+[ 30%] Built target opencv_core
+/export/WRKOBJDIR/graphics/opencv/work/opencv-3.4.6/build/modules/dnn/test_precomp.hpp:50:10: fatal error: test/test_common.hpp: No such file or directory
+ #include "test/test_common.hpp"
+ ^~~~~~~~~~~~~~~~~~~~~~
+compilation terminated.
+
+--- build/modules/dnn/test_precomp.hpp.orig 2019-04-29 10:35:50.011315095 +0900
++++ modules/dnn/test/test_precomp.hpp 2019-04-29 11:11:41.277591395 +0900
+@@ -47,6 +47,6 @@
+ #include "opencv2/core/ocl.hpp"
+
+ #include "opencv2/dnn.hpp"
+-#include "test_common.hpp"
++#include "../test/test_common.hpp"
+
+ #endif
Home |
Main Index |
Thread Index |
Old Index