Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_libOpenImageIO_CMakeLists.txt,v 1.1 2016/02/17 04:49:47 dbj Exp $
--- src/libOpenImageIO/CMakeLists.txt.orig 2015-06-11 17:25:58.000000000 +0000
+++ src/libOpenImageIO/CMakeLists.txt
@@ -231,7 +231,7 @@ endif ()
# Include OpenCV if using it
if (OpenCV_FOUND)
include_directories (${OpenCV_INCLUDE_DIR})
- target_link_libraries (OpenImageIO opencv_core opencv_highgui)
+ target_link_libraries (OpenImageIO ${OpenCV_LIBS})
endif ()
# Include OpenSSL if using it