summaryrefslogtreecommitdiff
path: root/math/vtk8/files/patch-git_a9079bd
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 16:23:11 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 16:23:11 +0000
commit73ef95b88dee93b03b7de5d6494cc06305b91d25 (patch)
tree23d789ecc8e04ba16f32555d78064c4eb8aa7920 /math/vtk8/files/patch-git_a9079bd
parentgames/bsdgames: fix build for clang 11 and gcc 10 (FreeBSD 13) (diff)
math/vtk8: fix build on recent current
Obtained from: https://gitlab.kitware.com/vtk/vtk/-/commit/a9079bdccbb2165583d6773a5ed848427e2a38a8.patch
Notes
Notes: svn path=/head/; revision=546356
Diffstat (limited to 'math/vtk8/files/patch-git_a9079bd')
-rw-r--r--math/vtk8/files/patch-git_a9079bd44
1 files changed, 44 insertions, 0 deletions
diff --git a/math/vtk8/files/patch-git_a9079bd b/math/vtk8/files/patch-git_a9079bd
new file mode 100644
index 000000000000..1248811772dd
--- /dev/null
+++ b/math/vtk8/files/patch-git_a9079bd
@@ -0,0 +1,44 @@
+Obtained from:
+ https://gitlab.kitware.com/vtk/vtk/-/commit/a9079bdccbb2165583d6773a5ed848427e2a38a8.patch
+
+From a9079bdccbb2165583d6773a5ed848427e2a38a8 Mon Sep 17 00:00:00 2001
+From: Seacas Upstream <kwrobot@kitware.com>
+Date: Tue, 28 Jan 2020 09:13:38 -0500
+Subject: [PATCH] exodusII 2020-01-28 (d97eb08d)
+
+Code extracted from:
+
+ https://gitlab.kitware.com/third-party/seacas.git
+
+at commit d97eb08d79e87c82facfae39bc75deb60c0a2d83 (for/vtk-20200128-7.24f-v2019-12-18).
+---
+ src/ex_create_par.c | 2 +-
+ src/ex_open_par.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/ex_create_par.c b/src/ex_create_par.c
+index 8d5d6734f0..ef439618da 100644
+--- ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c
++++ ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c
+@@ -216,5 +216,5 @@ int ex_create_par_int(const char *path, int cmode, int *comp_ws, int *io_ws, MPI
+ * Prevent warning in some versions of ranlib(1) because the object
+ * file has no symbols.
+ */
+-const char exodus_unused_symbol_dummy_1;
++const char exodus_unused_symbol_dummy_ex_create_par;
+ #endif
+diff --git a/src/ex_open_par.c b/src/ex_open_par.c
+index b2faa22c29..9df4818767 100644
+--- ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c
++++ ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c
+@@ -459,5 +459,5 @@ int ex_open_par_int(const char *path, int mode, int *comp_ws, int *io_ws, float
+ * Prevent warning in some versions of ranlib(1) because the object
+ * file has no symbols.
+ */
+-const char exodus_unused_symbol_dummy_1;
++const char exodus_unused_symbol_dummy_ex_open_par;
+ #endif
+--
+GitLab
+
+