Files
gentoo/sci-libs/dcmtk/files/dcmtk-3.6.8-docdir.patch
Sam James e2086390e7 sci-libs/dcmtk: add 3.6.8
Reported the LTO issue upstream via email. The one reported in bug #862699 seems fixed
upstream in git but another one involving JPEG appeared.

Closes: https://bugs.gentoo.org/862699
Signed-off-by: Sam James <sam@gentoo.org>
2024-03-11 16:55:19 +00:00

13 lines
754 B
Diff

--- a/CMake/GenerateDCMTKConfigure.cmake
+++ b/CMake/GenerateDCMTKConfigure.cmake
@@ -202,9 +202,6 @@ else()
# Modify the installation paths for configuration files, data files and documents
# by adding a subdirectory with the DCMTK name and version number
- set(CMAKE_INSTALL_FULL_SYSCONFDIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}/dcmtk-${DCMTK_COMPLETE_PACKAGE_VERSION}")
- set(CMAKE_INSTALL_FULL_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}/dcmtk-${DCMTK_COMPLETE_PACKAGE_VERSION}")
- set(CMAKE_INSTALL_FULL_DOCDIR "${CMAKE_INSTALL_FULL_DOCDIR}-${DCMTK_COMPLETE_PACKAGE_VERSION}")
# These variables are defined as macros in osconfig.h and must end with a path separator
set(DCMTK_DEFAULT_CONFIGURATION_DIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}/")