]> git.pld-linux.org Git - packages/dcmtk.git/blob - dcmtk-0002-Install-libs-in-the-correct-arch-dir.patch
e0445e2ee90978a19a45303836f97343c013dc1d
[packages/dcmtk.git] / dcmtk-0002-Install-libs-in-the-correct-arch-dir.patch
1 From 8401d7914ef110d5aca35bf7e1409341c533f1e4 Mon Sep 17 00:00:00 2001
2 From: Mario Ceresa <mrceresa@gmail.com>
3 Date: Sun, 20 Mar 2011 12:54:16 +0100
4 Subject: [PATCH 2/6] Install libs in the correct arch dir
5
6 ---
7  CMakeLists.txt |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 index 62e7a6f..86b7601 100644
12 --- a/CMakeLists.txt
13 +++ b/CMakeLists.txt
14 @@ -82,7 +82,7 @@ INCLUDE_DIRECTORIES(${DCMTK_INCLUDE_DIR})
15  
16  SET(INSTALL_BINDIR "/bin")
17  SET(INSTALL_INCDIR "/include")
18 -SET(INSTALL_LIBDIR "/lib")
19 +SET(INSTALL_LIBDIR "/lib${LIB_SUFFIX}")
20  SET(INSTALL_ETCDIR "/etc/dcmtk")
21  SET(INSTALL_DATDIR "/share/dcmtk")
22  SET(INSTALL_DOCDIR "/share/doc/dcmtk")
23 -- 
24 1.7.4
25
This page took 0.122073 seconds and 2 git commands to generate.