From abef9d3c132271b62c53acb9f326eb2cbd98da178a6aff8672cc7446053b6bb0 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 12 Jan 2018 13:44:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=111 --- vtk-Rinterface-uintptr_t.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 vtk-Rinterface-uintptr_t.patch diff --git a/vtk-Rinterface-uintptr_t.patch b/vtk-Rinterface-uintptr_t.patch deleted file mode 100644 index 4ea531d..0000000 --- a/vtk-Rinterface-uintptr_t.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: VTK-8.0.0/Filters/StatisticsGnuR/CMakeLists.txt -=================================================================== ---- VTK-8.0.0.orig/Filters/StatisticsGnuR/CMakeLists.txt -+++ VTK-8.0.0/Filters/StatisticsGnuR/CMakeLists.txt -@@ -27,6 +27,10 @@ include_directories(${R_INCLUDE_DIR}) - - add_definitions(-DVTK_BUILDING_FILTERS_STATISTICSGNUR) - -+# Check for the existance of uintptr_t type and set the HAVE_UINTPTR_T macro -+include(CheckTypeSize) -+CHECK_TYPE_SIZE(uintptr_t UINTPTR_T) -+ - # Configure the module specific settings into a module configured header. - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/vtkFiltersStatisticsGnuRConfigure.h.in - ${CMAKE_CURRENT_BINARY_DIR}/vtkFiltersStatisticsGnuRConfigure.h) -Index: VTK-8.0.0/Filters/StatisticsGnuR/vtkFiltersStatisticsGnuRConfigure.h.in -=================================================================== ---- VTK-8.0.0.orig/Filters/StatisticsGnuR/vtkFiltersStatisticsGnuRConfigure.h.in -+++ VTK-8.0.0/Filters/StatisticsGnuR/vtkFiltersStatisticsGnuRConfigure.h.in -@@ -17,5 +17,6 @@ - #define vtkFiltersStatisticsGnuRConfigure_h - - #define VTK_R_HOME "@R_HOME@" -+#cmakedefine HAVE_UINTPTR_T - - #endif