aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-31 12:30:15 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-31 12:30:15 +0200
commite183cbc1d2404c5ce6348627365cdc1aa483c375 (patch)
tree4278e86fe4c7b1e4cb3bd866cac5e82d2c7d7fd8 /sci-libs/itk/files/0005-make-gdcm-helper-library-static.patch
parentdev-cpp/castxml: moved to ::gentoo (diff)
downloadsci-e183cbc1d2404c5ce6348627365cdc1aa483c375.tar.gz
sci-e183cbc1d2404c5ce6348627365cdc1aa483c375.tar.bz2
sci-e183cbc1d2404c5ce6348627365cdc1aa483c375.zip
sci-libs/itk: drop 5.0.1, 5.1.0
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/itk/files/0005-make-gdcm-helper-library-static.patch')
-rw-r--r--sci-libs/itk/files/0005-make-gdcm-helper-library-static.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-libs/itk/files/0005-make-gdcm-helper-library-static.patch b/sci-libs/itk/files/0005-make-gdcm-helper-library-static.patch
deleted file mode 100644
index d760ac7ba..000000000
--- a/sci-libs/itk/files/0005-make-gdcm-helper-library-static.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/Modules/ThirdParty/GDCM/src/CMakeLists.txt b/Modules/ThirdParty/GDCM/src/CMakeLists.txt
-index e98077c..70f4286 100644
---- a/Modules/ThirdParty/GDCM/src/CMakeLists.txt
-+++ b/Modules/ThirdParty/GDCM/src/CMakeLists.txt
-@@ -1,5 +1,5 @@
- if(ITK_USE_SYSTEM_GDCM)
-- add_library(ITKGDCM ITK-GDCM.cxx)
-+ add_library(ITKGDCM STATIC ITK-GDCM.cxx)
- target_link_libraries(ITKGDCM gdcmDICT gdcmMSFF)
- itk_module_target(ITKGDCM)
- return()