]> git.pld-linux.org Git - packages/dcmtk.git/blob - dcmtk-3.6.1-0001-Removed-reference-to-bundled-libcharls.patch
- updated to 3.6.8 (new sonames)
[packages/dcmtk.git] / dcmtk-3.6.1-0001-Removed-reference-to-bundled-libcharls.patch
1 From 6996b93b9ea3721ae970e4984d617fe050cd3b02 Mon Sep 17 00:00:00 2001
2 From: Mario Ceresa <mario.ceresa@upf.edu>
3 Date: Mon, 15 Dec 2014 12:00:53 +0100
4 Subject: [PATCH] Removed reference to bundled libcharls
5
6 ---
7  dcmjpls/CMakeLists.txt | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/dcmjpls/CMakeLists.txt b/dcmjpls/CMakeLists.txt
11 index e114663..c92ac5b 100644
12 --- a/dcmjpls/CMakeLists.txt
13 +++ b/dcmjpls/CMakeLists.txt
14 @@ -2,6 +2,6 @@
15  project(dcmjpls)
16  
17  # recurse into subdirectories
18 -foreach(SUBDIR libsrc libcharls apps include)
19 +foreach(SUBDIR libsrc apps include)
20    add_subdirectory(${SUBDIR})
21  endforeach()
This page took 0.109813 seconds and 4 git commands to generate.