summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl-gentoo@posteo.net>2022-01-20 17:55:55 +0100
committerSam James <sam@gentoo.org>2022-02-21 23:23:29 +0000
commit1a1324aa105beed8878503f55dd6783255127de0 (patch)
tree6c094abf8bfdf930decf79edad48c00ddcc259be /sci-libs/vtk/files/vtk-8.2.0-pugixml.patch
parentgnome-extra/gnome-documents: fix build with meson-0.61 (diff)
downloadgentoo-1a1324aa105beed8878503f55dd6783255127de0.tar.gz
gentoo-1a1324aa105beed8878503f55dd6783255127de0.tar.bz2
gentoo-1a1324aa105beed8878503f55dd6783255127de0.zip
sci-libs/vtk: drop 8.2.0
Only one package, sci-libs/oce, which is masked for last-riting, depends on this version. Won't build with ffmpeg-5. Bug: https://bugs.gentoo.org/831595 Bug: https://bugs.gentoo.org/832625 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/23886 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/vtk/files/vtk-8.2.0-pugixml.patch')
-rw-r--r--sci-libs/vtk/files/vtk-8.2.0-pugixml.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/vtk/files/vtk-8.2.0-pugixml.patch b/sci-libs/vtk/files/vtk-8.2.0-pugixml.patch
deleted file mode 100644
index d890f696388d..000000000000
--- a/sci-libs/vtk/files/vtk-8.2.0-pugixml.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/758611
---- a/IO/CityGML/CMakeLists.txt
-+++ b/IO/CityGML/CMakeLists.txt
-@@ -5,7 +5,4 @@ vtk_module_library(vtkIOCityGML ${Module_SRCS})
- if(VTK_USE_SYSTEM_PUGIXML AND NOT pugixml_INCLUDE_DIRS)
- find_package(pugixml REQUIRED)
-- get_target_property(pugixml_INCLUDE_DIRS pugixml INTERFACE_INCLUDE_DIRECTORIES)
-- get_target_property(pugixml_LIBRARIES pugixml LOCATION)
-- include_directories(${pugixml_INCLUDE_DIRS})
-- vtk_module_link_libraries(vtkIOCityGML LINK_PRIVATE ${pugixml_LIBRARIES})
-+ vtk_module_link_libraries(vtkIOCityGML LINK_PRIVATE pugixml::pugixml)
- endif()