pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/opencv/patches (graphics/opencv) Add ad-hoc p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/61b0ec704f35
branches: trunk
changeset: 333031:61b0ec704f35
user: mef <mef%pkgsrc.org@localhost>
date: Mon Apr 29 03:23:53 2019 +0000
description:
(graphics/opencv) Add ad-hoc patch to make package
diffstat:
graphics/opencv/patches/patch-modules_dnn_test__precomp.hpp | 20 +++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r 0fa37f6241fa -r 61b0ec704f35 graphics/opencv/patches/patch-modules_dnn_test__precomp.hpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/opencv/patches/patch-modules_dnn_test__precomp.hpp Mon Apr 29 03:23:53 2019 +0000
@@ -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