From 7deba836222d6ff7573557ecc52cb33919cf57a3 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 9 Jul 2018 08:05:30 +0000 Subject: textproc/zxing-cpp: Update 0.20161114 -> 0.20180320 Port changes: * Switch to the static library * Order USExx section * It now depends on OpenCV --- textproc/zxing-cpp/files/patch-CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/zxing-cpp/files/patch-CMakeLists.txt (limited to 'textproc/zxing-cpp/files/patch-CMakeLists.txt') diff --git a/textproc/zxing-cpp/files/patch-CMakeLists.txt b/textproc/zxing-cpp/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..251a61278629 --- /dev/null +++ b/textproc/zxing-cpp/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-07-09 07:47:42 UTC ++++ CMakeLists.txt +@@ -83,7 +83,7 @@ file(GLOB_RECURSE ZXING_FILES + ) + + add_executable(zxing ${ZXING_FILES}) +-target_link_libraries(zxing libzxing) ++target_link_libraries(zxing libzxing ${OpenCV_LIBRARIES}) + + install(TARGETS zxing libzxing EXPORT zxing-targets + LIBRARY DESTINATION lib -- cgit v1.2.3