forked from pool/insighttoolkit
Accepting request 1078303 from home:iznogood:branches:Application:Geo
- Add add-missing-includes.patch: Add missing #include <cstdint>. Now exposed by gcc 13. OBS-URL: https://build.opensuse.org/request/show/1078303 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/insighttoolkit?expand=0&rev=52
This commit is contained in:
parent
8fd72b4fd0
commit
5240042bbc
12
add-missing-includes.patch
Normal file
12
add-missing-includes.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
|
||||||
|
===================================================================
|
||||||
|
--- ITK-5.3.0.orig/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
|
||||||
|
+++ ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h
|
||||||
|
@@ -20,6 +20,7 @@
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include "ITKMathematicalMorphologyExport.h"
|
||||||
|
+#include <cstdint>
|
||||||
|
|
||||||
|
|
||||||
|
namespace itk
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 10 21:28:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Add add-missing-includes.patch: Add missing #include <cstdint>.
|
||||||
|
Now exposed by gcc 13.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 14:04:22 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
Wed Jan 25 14:04:22 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -43,6 +43,9 @@ Summary: Toolkit for scientific image processing, segmentation, and regis
|
|||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://www.itk.org
|
URL: https://www.itk.org
|
||||||
Source: https://github.com/InsightSoftwareConsortium/ITK/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/InsightSoftwareConsortium/ITK/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
# PATCH-FIX-UPSTREAM add-missing-includes.patch -- Add missing #include <cstdint>
|
||||||
|
Patch: add-missing-includes.patch
|
||||||
|
|
||||||
BuildRequires: CastXML-devel
|
BuildRequires: CastXML-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user