aboutsummaryrefslogtreecommitdiff
path: root/science/InsightToolkit
diff options
context:
space:
mode:
Diffstat (limited to 'science/InsightToolkit')
-rw-r--r--science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h b/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h
new file mode 100644
index 000000000000..583f3584ec82
--- /dev/null
+++ b/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h
@@ -0,0 +1,12 @@
+--- Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h.orig 2018-12-16 00:16:56 UTC
++++ Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h
+@@ -86,6 +86,9 @@
+ # else
+ # define VCL_GCC_70
+ # endif
++# elif (__GNUC__==8)
++# define VCL_GCC_7
++# define VCL_GCC_73
+ # else
+ # error "Dunno about this gcc"
+ # endif