aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/vtk-7-gcc-10-compat.patch
blob: 50f9f6cca3a8122f46810ea6b4e3fa80353dfd17 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Retrieved from
https://sources.debian.org/src/vtk7/7.1.1%2Bdfsg2-10.1/debian/patches/.

--- a/CMake/VTKGenerateExportHeader.cmake
+++ b/CMake/VTKGenerateExportHeader.cmake
@@ -174,7 +174,7 @@
     execute_process(COMMAND ${CMAKE_C_COMPILER} --version
       OUTPUT_VARIABLE _gcc_version_info
       ERROR_VARIABLE _gcc_version_info)
-    string(REGEX MATCH "[3-9]\\.[0-9]\\.[0-9]*"
+    string(REGEX MATCH "[0-9]*\\.[0-9]\\.[0-9]*"
       _gcc_version "${_gcc_version_info}")
     # gcc on mac just reports: "gcc (GCC) 3.3 20030304 ..." without the
     # patch level, handle this here:
rlatan Hellseher 2024-03-16gnu: go-github-com-ulikunitz-xz: Update to 0.5.11....Troy Figiel 2024-03-16gnu: Add go-github-com-klauspost-pgzip....Troy Figiel 2024-03-06gnu: Add go-github-com-nwaples-rardecode-v2....Troy Figiel 2024-03-06gnu: go-github.com-ulikunitz-xz: Adjust name....Sharlatan Hellseher 2024-03-06gnu: Add go-github-com-hhrutter-lzw....Troy Figiel 2024-02-13gnu: go-github.com-ulikunitz-xz: Move to golang-compression....Sharlatan Hellseher 2024-02-13gnu: go-github-com-andybalholm-brotli: Move to golang-compression....Sharlatan Hellseher 2024-02-13gnu: go-github-com-klauspost-compress: Move to golang-compression....Sharlatan Hellseher 2024-02-13gnu: go-github-com-golang-snappy: Mmove to golang-compression....Sharlatan Hellseher 2024-02-13gnu: Add (gnu packages golang-compression) module....Sharlatan Hellseher