forked from pool/insighttoolkit
2a520addd7
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/insighttoolkit?expand=0&rev=11
22 lines
741 B
Diff
22 lines
741 B
Diff
diff -ur InsightToolkit-4.13.2/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h InsightToolkit-4.13.2_fix/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h
|
|
--- InsightToolkit-4.13.2/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h 2019-07-02 15:24:20.401356209 +0200
|
|
+++ InsightToolkit-4.13.2_fix/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h 2019-07-02 15:25:33.639041143 +0200
|
|
@@ -97,6 +97,17 @@
|
|
# else
|
|
# define VCL_GCC_80
|
|
# endif
|
|
+# elif (__GNUC__==9)
|
|
+# define VCL_GCC_9
|
|
+# if (__GNUC_MINOR__ > 2 )
|
|
+# define VCL_GCC_93
|
|
+# elif (__GNUC_MINOR__ > 1 )
|
|
+# define VCL_GCC_92
|
|
+# elif (__GNUC_MINOR__ > 0 )
|
|
+# define VCL_GCC_91
|
|
+# else
|
|
+# define VCL_GCC_90
|
|
+# endif
|
|
# else
|
|
# error "Dunno about this gcc"
|
|
# endif
|